1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 10:25:39 +02:00
This commit is contained in:
syuilo
2018-05-29 02:20:40 +09:00
parent e5431648fd
commit 8c9977c136
9 changed files with 3 additions and 3 deletions

View File

@@ -150,8 +150,8 @@ root(isDark)
display block
width 100%
height 48px
background-image url(/assets/desktop/header-logo.svg)
background-size 46px
background-image isDark ? url('/assets/desktop/header-icon.dark.svg') : url('/assets/desktop/header-icon.light.svg')
background-size 24px
background-position center
background-repeat no-repeat
opacity 0.3