1
1
Fork 0

Ah yes, better sidenav (little shit)

dev
Jan Kužílek 5 years ago
parent 14b5352442
commit 305a4cea30

@ -74,6 +74,14 @@
max-width: 128px; max-width: 128px;
} }
} }
article.sidenav {
> a {
display: block;
padding: .3em 1em;
}
}
} }
> section:not(.sidepanel) { > section:not(.sidepanel) {

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{% extends 'layout/base_sidebar.html' %} {% extends 'layout/base_sidebar.html' %}
{% block sidebar %} {% block sidebar %}
<!-- <article class="rating"> {#<article class="rating">
<h3>Rating</h3> <h3>Rating</h3>
<form action="{{ self.search_endpoint() }}" method="get"> <form action="{{ self.search_endpoint() }}" method="get">
<ul class="rating-input"> <ul class="rating-input">
@ -12,7 +12,7 @@
{% endfor %} {% endfor %}
</ul> </ul>
</form> </form>
</article> --> </article>#}
<article class="tags"> <article class="tags">
<h3>Search</h3> <h3>Search</h3>
<div class="tag-input"> <div class="tag-input">

@ -113,7 +113,7 @@
{{ comment_form.content() }} {{ comment_form.content() }}
{{ errors(comment_form.content) }} {{ errors(comment_form.content) }}
{{ comment_form.create() }} {{ comment_form.create(value="Send") }}
</form> </form>
</div> </div>
{% else %} {% else %}

Loading…
Cancel
Save