Other improvements
This commit is contained in:
parent
ba873ae667
commit
c26a3edc0a
@ -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…
x
Reference in New Issue
Block a user