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

Merge pull request #18 from sota1235/hotfix-updated_string

Fix for updated string.
This commit is contained in:
Sota Sugiura
2017-01-03 17:33:31 +09:00
committed by GitHub
3 changed files with 15 additions and 4 deletions

View File

@@ -34,7 +34,12 @@ $info-margin-under-border = 27px
color $ui-button--active-color
.info-right
float right
position absolute
right 0
top 0
background $ui-noteDetail-backgroundColor
bottom 1px
padding-left 30px
.info-right-button
width 34px
@@ -68,6 +73,9 @@ body[data-theme="dark"]
border-color $ui-dark-borderColor
color $ui-dark-text-color
.info-right
background-color $ui-dark-noteDetail-backgroundColor
.info-right-button
navDarkButtonColor()
border-color $ui-dark-borderColor

View File

@@ -1,5 +1,7 @@
.root
position relative
position absolute
left 7px
top 0
padding 0
&:hover
.icon

View File

@@ -1,6 +1,7 @@
.root
display: inline-block
position relative
position absolute
top 19px
left 44px
user-select none
vertical-align middle
width 300px