mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
🎨
This commit is contained in:
parent
e8b69e586f
commit
ea720c93c4
1 changed files with 4 additions and 0 deletions
|
@ -225,10 +225,14 @@ root(isDark)
|
|||
overflow auto
|
||||
|
||||
> header
|
||||
z-index 1
|
||||
padding 0 16px
|
||||
line-height 48px
|
||||
background isDark ? #313543 : #fff
|
||||
|
||||
if !isDark
|
||||
box-shadow 0 1px 0px rgba(0, 0, 0, 0.1)
|
||||
|
||||
& + div
|
||||
max-height calc(100% - 48px)
|
||||
|
||||
|
|
Loading…
Reference in a new issue