diff options
| author | winter | 2025-03-30 19:30:30 +0100 |
|---|---|---|
| committer | winter | 2025-03-30 19:30:30 +0100 |
| commit | 6ce663dc0959ad0a776bbd8861450346ae0c1966 (patch) | |
| tree | 78120d4f0f4deaf280ffc4752f45f7cb3c72d9a9 /static/form.css | |
| parent | b5ec7311ef03232099dd3f8b30298738e1d0937e (diff) | |
relocate poke form to under profile card
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/static/form.css b/static/form.css index ef8956a..fea9697 100644 --- a/static/form.css +++ b/static/form.css @@ -193,11 +193,15 @@ form:not(.nopanel) { } &.pokeForm { - border-start-start-radius: 0; - margin: 0; - padding: var(--spacing-single) var(--spacing-double); + max-width: 100%; .row:has(> .column) { - grid-auto-columns: max-content; + grid-auto-columns: auto max-content max-content; + } + select, + input { + width: 100%; + margin-bottom: 0 !important; + margin-top: 0 !important; } } |
