logo check
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 561 KiB |
|
Before Width: | Height: | Size: 476 KiB |
|
Before Width: | Height: | Size: 876 KiB |
|
Before Width: | Height: | Size: 449 KiB |
|
Before Width: | Height: | Size: 415 KiB |
@ -18,7 +18,7 @@
|
||||
{% block page %}
|
||||
|
||||
<div class="top-content">
|
||||
<div class="top-actions align-right">
|
||||
<div class="top-actions">
|
||||
{{ HOOK(H_AUTH_TOOLBAR_ACTIONS_START) }}
|
||||
<button type="button" class="btn btn-info item-add user-add">
|
||||
<i class="fa fa-user-plus icon-left"></i>{{ l.auth_user_button_add }}
|
||||
|
||||
@ -125,8 +125,8 @@
|
||||
<menu>
|
||||
<h1 class="logo">
|
||||
<a href="{{ url_for('playlist') }}">
|
||||
<img src="{{ STATIC_PREFIX }}img/logo2.png" class="before"/>
|
||||
<img src="{{ STATIC_PREFIX }}img/logo2white.png" class="after"/>
|
||||
<img src="{{ STATIC_PREFIX }}img/logo.png" class="before"/>
|
||||
<img src="{{ STATIC_PREFIX }}img/logo-white.png" class="after"/>
|
||||
Obscreen
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
</li>
|
||||
{% else %}
|
||||
<div class="inner-empty empty-flag">
|
||||
<i class="fa fa-display"></i>
|
||||
<i class="fa fa-layer-group"></i>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</ul>
|
||||