aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-09-03 11:57:09 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-28 12:54:55 +0200
commitccf3ce18220f3256a7cf96ed32f26511a5d01337 (patch)
treedc838c6076ce507b947f352d6b426da4ce1e1271 /src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja
parent5cdb4c29ea9e736ea5a52483c2e62009c4c7d27e (diff)
downloadhaketilo-hydrilla-ccf3ce18220f3256a7cf96ed32f26511a5d01337.tar.gz
haketilo-hydrilla-ccf3ce18220f3256a7cf96ed32f26511a5d01337.zip
[proxy] improve the look of item lists in web UI
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja
index 172c040..77874cb 100644
--- a/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja
+++ b/src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja
@@ -24,6 +24,13 @@ in a proprietary work, I am not going to enforce this in court.
{{ super() }}
{% include 'include/item_list_style.css.jinja' %}
+
+ ul#item_list > li > a {
+ display: flex !important;
+ flex-direction: column;
+ justify-content: center;
+ min-height: 2.2em;
+ }
{% endblock %}
{% block main %}
<h3>{{ _('web_ui.libraries.heading') }}</h3>