From eb71ea5a0e55e1362af5b0c7e091d648a9c97bf6 Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 27 Aug 2026 09:58:08 +0200 Subject: [PATCH] Keep mobile user menu inside viewport --- app/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/css/style.css b/app/static/css/style.css index f5663a1..ac8cb2c 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -234,6 +234,7 @@ main { .header-actions { width: 100%; justify-content: flex-start; } .header-actions > a { flex: 1 1 auto; text-align: center; } .header-actions .user-menu { margin-left: 0; } + .header-actions .user-menu-panel { left: 0; right: auto; max-width: calc(100vw - 30px); } } form { max-width: 650px;