1
0
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:
Kazu Yokomizo
2017-11-12 02:11:26 +09:00
parent a84fddd5fa
commit 0a973c4db3
3 changed files with 9 additions and 1 deletions

View File

@@ -64,6 +64,8 @@
pointer-events none
opacity 0
font-size 13px
.counters
display none
body[data-theme="white"]
.menu-button

View File

@@ -69,7 +69,9 @@
.folderList-item-name--folded
@extend .folderList-item-name
padding-left 12px
padding-left 17px
text
display none
body[data-theme="white"]
.folderList-item

View File

@@ -67,6 +67,7 @@
.root--folded
height 100vh
width $sideNav--folded-width
background-color #2E3235
.switch-buttons
display none
.top
@@ -96,6 +97,9 @@
border-bottom-right-radius 2px
pointer-events none
font-size 13px
.top-menu-preference
position absolute
left 11px
body[data-theme="white"]
.root, .root--folded