Enhance #1958
This commit is contained in:
parent
8d7f16caed
commit
9ad403af00
|
@ -156,9 +156,6 @@ root(isDark)
|
||||||
> .center
|
> .center
|
||||||
margin auto
|
margin auto
|
||||||
> .icon
|
> .icon
|
||||||
position absolute
|
|
||||||
top 0
|
|
||||||
left 0
|
|
||||||
display block
|
display block
|
||||||
width 48px
|
width 48px
|
||||||
height 48px
|
height 48px
|
||||||
|
@ -167,6 +164,7 @@ root(isDark)
|
||||||
background-position center
|
background-position center
|
||||||
background-repeat no-repeat
|
background-repeat no-repeat
|
||||||
opacity 0.3
|
opacity 0.3
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
> .left
|
> .left
|
||||||
height 48px
|
height 48px
|
||||||
|
|
Loading…
Reference in New Issue