diff options
| author | Samuel Johnson <[email protected]> | 2025-12-10 20:10:21 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-10 20:10:21 -0500 |
| commit | f6d6947a6f8c70e414e3cb7002275dc181f2eaf8 (patch) | |
| tree | 1d3dc0f14ca1c3a719ed256f807c5dfa8ab0a41f | |
| parent | bc008f5a9c5a3b1e2967b8733a02781a681b65da (diff) | |
Remove border rounding on mobile
| -rw-r--r-- | static/app.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |
