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/profile.css | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'static/profile.css') diff --git a/static/profile.css b/static/profile.css index ed92b44..a46a9a3 100644 --- a/static/profile.css +++ b/static/profile.css @@ -55,23 +55,6 @@ gap: var(--spacing-double); } } - - details > summary { - background: var(--clr-secondary); - color: var(--clr-foreground-on-secondary); - font-weight: bold; - cursor: pointer; - border-radius: var(--border-radius); - padding: var(--spacing-single) var(--spacing-double); - width: max-content; - - &::before { - color: var(--clr-foreground-on-secondary); - } - } - details[open]:has(.pokeForm) > summary { - border-radius: var(--border-radius) var(--border-radius) 0 0; - } } form.fullProfile { -- cgit v1.3