forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
ccf8e44acc
commit
b4f86feddb
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