cliquable header, goto index
This commit is contained in:
parent
0f93c7bc60
commit
f5f0ffbdc8
@ -71,6 +71,13 @@ header .logo {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
header .logo a {
|
||||
color: inherit;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
header .logo img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
||||
@ -40,8 +40,10 @@
|
||||
{% if not fleet_mode %}
|
||||
<header>
|
||||
<h1 class="logo">
|
||||
<img src="{{ STATIC_PREFIX }}img/logo.png" />
|
||||
Obscreen
|
||||
<a href="{{ url_for('slideshow_slide_list') }}">
|
||||
<img src="{{ STATIC_PREFIX }}img/logo.png" />
|
||||
Obscreen
|
||||
</a>
|
||||
</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user