mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
Other improvements
This commit is contained in:
parent
ba873ae667
commit
c26a3edc0a
2 changed files with 9 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
<ul id="slide-out" class="side-nav fixed">
|
<ul id="slide-out" class="side-nav fixed">
|
||||||
{% block logo %}
|
{% block logo %}
|
||||||
<li class="logo border-bottom">
|
<li class="logo border-bottom">
|
||||||
<a class="waves-effect" title="{% trans %}Back to unread articles{% endtrans %}" href="{{ path('unread') }}">
|
<a title="{% trans %}Back to unread articles{% endtrans %}" href="{{ path('unread') }}">
|
||||||
<img src="{{ asset('themes/material/img/logo-square.png') }}" alt="wallabag logo" />
|
<img src="{{ asset('themes/material/img/logo-square.png') }}" alt="wallabag logo" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -76,6 +76,10 @@ nav, main, footer {
|
||||||
padding-left: 240px;
|
padding-left: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main, #content, .valign-wrapper {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
}
|
}
|
||||||
|
@ -225,6 +229,10 @@ nav input {
|
||||||
width: 100pt;
|
width: 100pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main .logo:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.side-nav li {
|
.side-nav li {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue