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

Fix status bar layout

This commit is contained in:
Kazu Yokomizo
2017-11-21 13:22:16 +09:00
parent 9392ac438c
commit 7978704f1b
2 changed files with 11 additions and 4 deletions

View File

@@ -56,14 +56,16 @@
.override .override
absolute bottom left absolute bottom left
bottom 2px bottom 2px
height 18px
left 60px left 60px
height 23px
z-index 101 z-index 101
button button
navButtonColor() navButtonColor()
height 24px padding 0 6px
&:hover
color $ui-active-color
&:active .update-icon &:active .update-icon
color white color $ui-active-color
.control-fullScreenButton .control-fullScreenButton
top 80px top 80px

View File

@@ -5,6 +5,7 @@
z-index 100 z-index 100
background-color $ui-noteDetail-backgroundColor background-color $ui-noteDetail-backgroundColor
display flex display flex
height 20px
.blank .blank
flex 1 flex 1
@@ -21,9 +22,13 @@
.zoom .zoom
navButtonColor() navButtonColor()
height 30px height 18px
display flex display flex
align-items center align-items center
&:hover
color $ui-active-color
&:active
color $ui-active-color
span span
margin-left 5px margin-left 5px