diff options
| author | winter | 2025-02-06 21:16:48 +0000 |
|---|---|---|
| committer | winter | 2025-02-06 21:16:48 +0000 |
| commit | 09c55d591df0a95334e5e02e0f2897e706a262ac (patch) | |
| tree | 20fdd4954dbc3b9e88d4f284f9ec31a0d5147890 | |
| parent | 27c2a1df69001f979ad9ed5ffbac06fc106b9e30 (diff) | |
fix profile edit form being the wrong width
| -rw-r--r-- | static/form.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/form.css b/static/form.css index b309f33..859ba25 100644 --- a/static/form.css +++ b/static/form.css @@ -1,4 +1,4 @@ -form:not(.nopanel):not([hidden]) { +form:not(.nopanel) { border: var(--border); background: var(--clr-panel-background); border-radius: var(--border-radius); |
