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;
}
}
article.sidenav {
> a {
display: block;
padding: .3em 1em;
}
}
}
> section:not(.sidepanel) {

File diff suppressed because one or more lines are too long

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

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

Loading…
Cancel
Save