logo check

This commit is contained in:
jr-k 2024-07-16 21:32:38 +02:00
parent f62f976e58
commit 8741ec12a9
12 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 876 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 KiB

View File

@ -18,7 +18,7 @@
{% block page %} {% block page %}
<div class="top-content"> <div class="top-content">
<div class="top-actions align-right"> <div class="top-actions">
{{ HOOK(H_AUTH_TOOLBAR_ACTIONS_START) }} {{ HOOK(H_AUTH_TOOLBAR_ACTIONS_START) }}
<button type="button" class="btn btn-info item-add user-add"> <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 }} <i class="fa fa-user-plus icon-left"></i>{{ l.auth_user_button_add }}

View File

@ -125,8 +125,8 @@
<menu> <menu>
<h1 class="logo"> <h1 class="logo">
<a href="{{ url_for('playlist') }}"> <a href="{{ url_for('playlist') }}">
<img src="{{ STATIC_PREFIX }}img/logo2.png" class="before"/> <img src="{{ STATIC_PREFIX }}img/logo.png" class="before"/>
<img src="{{ STATIC_PREFIX }}img/logo2white.png" class="after"/> <img src="{{ STATIC_PREFIX }}img/logo-white.png" class="after"/>
Obscreen Obscreen
</a> </a>
</h1> </h1>

View File

@ -27,7 +27,7 @@
</li> </li>
{% else %} {% else %}
<div class="inner-empty empty-flag"> <div class="inner-empty empty-flag">
<i class="fa fa-display"></i> <i class="fa fa-layer-group"></i>
</div> </div>
{% endfor %} {% endfor %}
</ul> </ul>