mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 19:51:42 +00:00
modify: fix padding-left on side nav bar
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
.top-menu
|
.top-menu
|
||||||
navButtonColor()
|
navButtonColor()
|
||||||
height $topBar-height - 1
|
height $topBar-height - 1
|
||||||
padding 0 10px
|
padding 0 15px
|
||||||
font-size 14px
|
font-size 14px
|
||||||
width 100%
|
width 100%
|
||||||
text-align left
|
text-align left
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
.menu-button
|
.menu-button
|
||||||
navButtonColor()
|
navButtonColor()
|
||||||
height 32px
|
height 32px
|
||||||
padding 0 10px
|
padding 0 15px
|
||||||
font-size 14px
|
font-size 14px
|
||||||
width 100%
|
width 100%
|
||||||
text-align left
|
text-align left
|
||||||
|
|||||||
@@ -111,7 +111,7 @@
|
|||||||
.folderList-item-name
|
.folderList-item-name
|
||||||
display block
|
display block
|
||||||
flex 1
|
flex 1
|
||||||
padding 0 10px
|
padding 0 30px
|
||||||
height 26px
|
height 26px
|
||||||
line-height 26px
|
line-height 26px
|
||||||
border-width 0 0 0 3px
|
border-width 0 0 0 3px
|
||||||
|
|||||||
Reference in New Issue
Block a user