Resolves #2177
This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-13 00:16:39 +09:00 committed by Aya Morisawa
parent ab701bb93e
commit 92befbb4cc

View file

@ -155,6 +155,10 @@ root(isDark)
max-width 1300px max-width 1300px
margin 0 auto margin 0 auto
> *
position absolute
height 48px
> .center > .center
margin auto margin auto
@ -169,11 +173,13 @@ root(isDark)
opacity 0.3 opacity 0.3
cursor pointer cursor pointer
> .left > .left,
height 48px > .center
left 0
> .right > .right,
height 48px > .center
right 0
> * > *
display inline-block display inline-block