diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-09-09 12:03:04 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-09-12 13:59:14 +0200 |
commit | ce5d42ad784f42a6b51c60cc4fcfe9c6c04d7729 (patch) | |
tree | 5fd345566a2bf300282fd95887848b63722e19d6 /src/hydrilla/proxy/web_ui | |
parent | 1e39dbfc6b8d16f3244f7822df2007f98a79ef5b (diff) | |
download | haketilo-hydrilla-ce5d42ad784f42a6b51c60cc4fcfe9c6c04d7729.tar.gz haketilo-hydrilla-ce5d42ad784f42a6b51c60cc4fcfe9c6c04d7729.zip |
[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.
Diffstat (limited to 'src/hydrilla/proxy/web_ui')
-rw-r--r-- | src/hydrilla/proxy/web_ui/templates/base.html.jinja | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hydrilla/proxy/web_ui/templates/base.html.jinja b/src/hydrilla/proxy/web_ui/templates/base.html.jinja index 47c1049..fcd65c2 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 { |