mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
modify: Fix the navtoggle-btn layout
This commit is contained in:
@@ -29,6 +29,9 @@ $control-height = 30px
|
|||||||
outline none
|
outline none
|
||||||
cursor pointer
|
cursor pointer
|
||||||
font-size 10px
|
font-size 10px
|
||||||
|
&:hover
|
||||||
|
transition 0.2s
|
||||||
|
color $ui-text-color
|
||||||
|
|
||||||
.control-button
|
.control-button
|
||||||
width 25px
|
width 25px
|
||||||
@@ -64,7 +67,8 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.control-sortBy-select
|
.control-sortBy-select
|
||||||
&:hover
|
&:hover
|
||||||
background-color white
|
transition 0.2s
|
||||||
|
color $ui-dark-text-color
|
||||||
|
|
||||||
.control-button
|
.control-button
|
||||||
color $ui-dark-inactive-text-color
|
color $ui-dark-inactive-text-color
|
||||||
|
|||||||
Reference in New Issue
Block a user