1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

FIx folded layout

This commit is contained in:
Kazu Yokomizo
2017-11-29 16:43:26 +09:00
parent 1d38f1abb4
commit 43ebe4ecfd
4 changed files with 6 additions and 3 deletions

View File

@@ -57,6 +57,7 @@
@extend .menu @extend .menu
.menu-button, .menu-button--active .menu-button, .menu-button--active
text-align center text-align center
padding 0 12px
&:hover .menu-button-label &:hover .menu-button-label
transition opacity 0.15s transition opacity 0.15s
opacity 1 opacity 1

View File

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

View File

@@ -102,7 +102,7 @@
font-size 13px font-size 13px
.top-menu-preference .top-menu-preference
position absolute position absolute
left 11px left 7px
body[data-theme="white"] body[data-theme="white"]
.root, .root--folded .root, .root--folded

View File

@@ -80,6 +80,7 @@
@extend .root @extend .root
.header .header
width 100% width 100%
padding-left 5px
.header-info .header-info
overflow ellipsis overflow ellipsis
padding 0 0 0 18px padding 0 0 0 18px
@@ -89,6 +90,7 @@
display none display none
.header-toggleButton .header-toggleButton
width 15px width 15px
padding-left 9px
.header-info--folded-tooltip .header-info--folded-tooltip
tooltip() tooltip()
position fixed position fixed