mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +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">
|
||||
{% block logo %}
|
||||
<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" />
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -76,6 +76,10 @@ nav, main, footer {
|
|||
padding-left: 240px;
|
||||
}
|
||||
|
||||
main, #content, .valign-wrapper {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#main {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
@ -225,6 +229,10 @@ nav input {
|
|||
width: 100pt;
|
||||
}
|
||||
|
||||
#main .logo:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.side-nav li {
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue