1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

move statusbar

This commit is contained in:
Dick Choi
2016-10-15 18:20:13 +09:00
parent 7107777df3
commit 7729ed4f72
17 changed files with 312 additions and 151 deletions

View File

@@ -59,8 +59,9 @@ $info-height = 75px
opacity 0
.body
absolute bottom left right
absolute left right
top $info-height
bottom $statusBar-height
.body .description
absolute top left right
@@ -101,6 +102,19 @@ $info-height = 75px
.tabView-content
absolute top left right bottom
.override
absolute bottom left
height 23px
z-index 1
button
navButtonColor()
height 24px
border-width 0 1px 0 0
border-style solid
border-color $ui-borderColor
&:active .update-icon
color white
body[data-theme="dark"]
.root
border-color $ui-dark-borderColor
@@ -151,15 +165,3 @@ body[data-theme="dark"]
.tabList .plusButton
navDarkButtonColor()
.tabView-top-mode
border-color $ui-dark-borderColor
background-color $dark-default-button-background
color $ui-dark-inactive-text-color
&:hover
color $ui-dark-text-color
background-color $ui-dark-button--hover-backgroundColor
&:active
background-color $ui-dark-button--active-backgroundColor
&:active:hover
background-color $ui-dark-button--active-backgroundColor