From ccf3ce18220f3256a7cf96ed32f26511a5d01337 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 3 Sep 2022 11:57:09 +0200 Subject: [proxy] improve the look of item lists in web UI --- src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/hydrilla/proxy/web_ui/templates/items/libraries.html.jinja') 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 %}

{{ _('web_ui.libraries.heading') }}

-- cgit v1.2.3