1
0
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:
sota1235
2016-12-22 14:42:51 +09:00
parent 6b18c6182e
commit cbd4cd940c
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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