From 74826d20faf4d9b1d6ce0ffb711bd1e4e445f432 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Tue, 17 Mar 2026 12:38:58 -0400 Subject: Fix mobile view --- static/app.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'static/app.css') diff --git a/static/app.css b/static/app.css index c9b482d..94847ad 100644 --- a/static/app.css +++ b/static/app.css @@ -240,7 +240,6 @@ iframe { } .login_form { - width: 75%; display: grid; grid-template-columns: 1fr 9fr; gap: 1em; @@ -376,4 +375,18 @@ iframe { .inner_pane { padding-bottom: 4em; } + + .mobile_flexb { + margin-left: 1.5em; + } + + .mobile_fullw { + width: 100%; + display: flex; + gap: 1em; + } + + .mobile_fullw input { + flex: 1; + } } -- cgit v1.2.3