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/profile.css | |
| parent | b5ec7311ef03232099dd3f8b30298738e1d0937e (diff) | |
relocate poke form to under profile card
Diffstat (limited to 'static/profile.css')
| -rw-r--r-- | static/profile.css | 17 |
1 files changed, 0 insertions, 17 deletions
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 { |
