Keep mobile user menu inside viewport

This commit is contained in:
kai
2026-08-27 09:58:08 +02:00
parent 1782fef70c
commit eb71ea5a0e
+1
View File
@@ -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;