From f6d6947a6f8c70e414e3cb7002275dc181f2eaf8 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 10 Dec 2025 20:10:21 -0500 Subject: Remove border rounding on mobile --- static/app.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static') diff --git a/static/app.css b/static/app.css index ef46364..7085314 100644 --- a/static/app.css +++ b/static/app.css @@ -305,6 +305,8 @@ input { .pane { width: 100vw; + border-radius: 0; + margin: 0; padding: 0; } -- cgit v1.2.3