mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
modify: adjust space on note-detail component
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
@import('NoteDetailInfo')
|
||||
@import('DetailVars')
|
||||
|
||||
.root
|
||||
absolute top right bottom
|
||||
border-width 0 0 1px
|
||||
border-style solid
|
||||
border-color $ui-borderColor
|
||||
background-color $ui-noteDetail-backgroundColor
|
||||
|
||||
.body
|
||||
absolute left right
|
||||
top $info-height
|
||||
left $note-detail-left-margin
|
||||
right $note-detail-right-margin
|
||||
top $info-height + $info-margin-under-border
|
||||
bottom $statusBar-height
|
||||
|
||||
.body-noteEditor
|
||||
@@ -17,3 +21,4 @@
|
||||
body[data-theme="dark"]
|
||||
.root
|
||||
border-color $ui-dark-borderColor
|
||||
background-color $ui-dark-noteDetail-backgroundColor
|
||||
|
||||
Reference in New Issue
Block a user