mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix at folded UI
This commit is contained in:
@@ -64,6 +64,8 @@
|
|||||||
pointer-events none
|
pointer-events none
|
||||||
opacity 0
|
opacity 0
|
||||||
font-size 13px
|
font-size 13px
|
||||||
|
.counters
|
||||||
|
display none
|
||||||
|
|
||||||
body[data-theme="white"]
|
body[data-theme="white"]
|
||||||
.menu-button
|
.menu-button
|
||||||
|
|||||||
@@ -69,7 +69,9 @@
|
|||||||
|
|
||||||
.folderList-item-name--folded
|
.folderList-item-name--folded
|
||||||
@extend .folderList-item-name
|
@extend .folderList-item-name
|
||||||
padding-left 12px
|
padding-left 17px
|
||||||
|
text
|
||||||
|
display none
|
||||||
|
|
||||||
body[data-theme="white"]
|
body[data-theme="white"]
|
||||||
.folderList-item
|
.folderList-item
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
.root--folded
|
.root--folded
|
||||||
height 100vh
|
height 100vh
|
||||||
width $sideNav--folded-width
|
width $sideNav--folded-width
|
||||||
|
background-color #2E3235
|
||||||
.switch-buttons
|
.switch-buttons
|
||||||
display none
|
display none
|
||||||
.top
|
.top
|
||||||
@@ -96,6 +97,9 @@
|
|||||||
border-bottom-right-radius 2px
|
border-bottom-right-radius 2px
|
||||||
pointer-events none
|
pointer-events none
|
||||||
font-size 13px
|
font-size 13px
|
||||||
|
.top-menu-preference
|
||||||
|
position absolute
|
||||||
|
left 11px
|
||||||
|
|
||||||
body[data-theme="white"]
|
body[data-theme="white"]
|
||||||
.root, .root--folded
|
.root, .root--folded
|
||||||
|
|||||||
Reference in New Issue
Block a user