mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-03 03:59:18 +00:00
Fix info area layout at NoteDetail
This commit is contained in:
@@ -8,7 +8,7 @@ const InfoButton = ({
|
||||
<button styleName='control-infoButton'
|
||||
onClick={onClick}
|
||||
>
|
||||
<i className='fa fa-info-circle infoButton' styleName='info-button' />
|
||||
<i className='fa fa-info infoButton' styleName='info-button' />
|
||||
</button>
|
||||
)
|
||||
|
||||
|
||||
@@ -7,12 +7,15 @@
|
||||
pointer-events none
|
||||
top 50px
|
||||
z-index 200
|
||||
padding 5px
|
||||
line-height normal
|
||||
border-radius 2px
|
||||
opacity 0
|
||||
transition 0.1s
|
||||
|
||||
.infoButton
|
||||
padding 0px
|
||||
margin 15px 0
|
||||
|
||||
body[data-theme="dark"]
|
||||
.control-infoButton
|
||||
topBarButtonDark()
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
.control-fullScreenButton
|
||||
float right
|
||||
padding 7px
|
||||
padding 0 0 2px 0
|
||||
topBarButtonLight()
|
||||
|
||||
.body
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
.control-fullScreenButton
|
||||
float right
|
||||
padding 7px
|
||||
padding 0 0 2px 0
|
||||
topBarButtonLight()
|
||||
|
||||
body[data-theme="dark"]
|
||||
|
||||
Reference in New Issue
Block a user