1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 21:34:10 +02:00
This commit is contained in:
syuilo
2018-09-26 20:28:13 +09:00
parent 904114740b
commit f5f2215b47
44 changed files with 58 additions and 54 deletions

View File

@@ -96,7 +96,7 @@ root(isDark)
color var(--primary)
> .pop
$bgcolor = isDark ? #282c37 : #fff
$bgcolor = var(--face)
display block
position absolute
top 56px