From 6ce663dc0959ad0a776bbd8861450346ae0c1966 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 30 Mar 2025 19:30:30 +0100 Subject: relocate poke form to under profile card --- static/form.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'static/form.css') 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; } } -- cgit v1.3