mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
modify: fix style for updated date on note detail
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
.root
|
||||
position relative
|
||||
position absolute
|
||||
left 7px
|
||||
top 0
|
||||
padding 0
|
||||
&:hover
|
||||
.icon
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
.root
|
||||
display: inline-block
|
||||
position relative
|
||||
position absolute
|
||||
top 19px
|
||||
left 44px
|
||||
user-select none
|
||||
vertical-align middle
|
||||
width 300px
|
||||
|
||||
Reference in New Issue
Block a user