diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-22 03:22:39 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-22 03:22:39 +0100 |
| commit | aa13fade6fcabf9122babac7ac812a433a81b627 (patch) | |
| tree | f284f4d1502e3c75d37508ee0e8219add6c095a6 /ui/client-style/src/node_page.css | |
| parent | eb46c37ebf2453f334bac086dbf9e91837dd082b (diff) | |
| download | jellything-aa13fade6fcabf9122babac7ac812a433a81b627.tar jellything-aa13fade6fcabf9122babac7ac812a433a81b627.tar.bz2 jellything-aa13fade6fcabf9122babac7ac812a433a81b627.tar.zst | |
node highlight card + css cleanup
Diffstat (limited to 'ui/client-style/src/node_page.css')
| -rw-r--r-- | ui/client-style/src/node_page.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/client-style/src/node_page.css b/ui/client-style/src/node_page.css index 62c8c7e..b8306e8 100644 --- a/ui/client-style/src/node_page.css +++ b/ui/client-style/src/node_page.css @@ -4,7 +4,7 @@ Copyright (C) 2026 metamuffin <metamuffin.org> Copyright (C) 2023 tpart */ -.backdrop { +#main > .backdrop { width: calc(100% + 2 * var(--main-side-margin)); height: min(50vh, calc(var(--backdrop-height) + 5em)); margin-left: calc(-1 * var(--main-side-margin)); |