From 44385a810af8dcc73bd69c333eab9a7b480749c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= Date: Mon, 8 Nov 2021 15:49:57 -0600 Subject: [PATCH] Wider menu. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a7b76dc..5840910 100644 --- a/static/style.css +++ b/static/style.css @@ -285,7 +285,7 @@ div.footer > a:active { position: absolute; right: 0px; background-color: #f1f1f1; - min-width: 180px; + min-width: 260px; overflow: auto; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; -- GitLab