mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
Merge pull request #18 from sota1235/hotfix-updated_string
Fix for updated string.
This commit is contained in:
@@ -34,7 +34,12 @@ $info-margin-under-border = 27px
|
|||||||
color $ui-button--active-color
|
color $ui-button--active-color
|
||||||
|
|
||||||
.info-right
|
.info-right
|
||||||
float right
|
position absolute
|
||||||
|
right 0
|
||||||
|
top 0
|
||||||
|
background $ui-noteDetail-backgroundColor
|
||||||
|
bottom 1px
|
||||||
|
padding-left 30px
|
||||||
|
|
||||||
.info-right-button
|
.info-right-button
|
||||||
width 34px
|
width 34px
|
||||||
@@ -68,6 +73,9 @@ body[data-theme="dark"]
|
|||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
|
|
||||||
|
.info-right
|
||||||
|
background-color $ui-dark-noteDetail-backgroundColor
|
||||||
|
|
||||||
.info-right-button
|
.info-right-button
|
||||||
navDarkButtonColor()
|
navDarkButtonColor()
|
||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
.root
|
.root
|
||||||
position relative
|
position absolute
|
||||||
|
left 7px
|
||||||
|
top 0
|
||||||
padding 0
|
padding 0
|
||||||
&:hover
|
&:hover
|
||||||
.icon
|
.icon
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
.root
|
.root
|
||||||
display: inline-block
|
position absolute
|
||||||
position relative
|
top 19px
|
||||||
|
left 44px
|
||||||
user-select none
|
user-select none
|
||||||
vertical-align middle
|
vertical-align middle
|
||||||
width 300px
|
width 300px
|
||||||
|
|||||||
Reference in New Issue
Block a user