From 146c5467ac53eaa80e74979600a6587976740bd6 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 9 Sep 2022 12:03:04 +0200 Subject: [proxy] make web UI top par horizontally scrollable on smaller screens In the future we should use CSS @media queries to make nav bar into a hideable menu. This is a provisional solution just for now. --- src/hydrilla/proxy/web_ui/templates/base.html.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja index 06af7d9..9808c16 100644 --- a/src/hydrilla/proxy/web_ui/templates/base.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/base.html.jinja @@ -189,6 +189,7 @@ in a proprietary work, I am not going to enforce this in court. margin: 0; padding: 0; border-bottom: 2px solid #444; + overflow-x: scroll; } li.nav-entry, li.nav-separator { -- cgit v1.2.3