Bit more space + scrolling for users at /u/

This commit is contained in:
2017-11-08 15:38:56 +01:00
parent d651791f22
commit 4f282c1587

View File

@@ -6,6 +6,12 @@ style.
font-size: smaller;
color: #999;
}
#search-container {
min-height: 800px !important;
}
#search-details, #search-list {
overflow: auto;
}
| {% endblock %}
| {% block body %}
@@ -137,3 +143,6 @@ script(type="text/javascript").
});
| {% endblock %}
| {% block footer_navigation %}{% endblock %}
| {% block footer %}{% endblock %}