1
0
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:
sota1235
2016-12-29 16:06:57 +09:00
parent e27af9f6c1
commit d9d0651352
5 changed files with 25 additions and 3 deletions

View File

@@ -1,14 +1,18 @@
@import('NoteDetailInfo')
@import('DetailVars')
.root
absolute top bottom right
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
background-color $ui-noteDetail-backgroundColor
@@ -65,6 +69,7 @@
body[data-theme="dark"]
.root
border-color $ui-dark-borderColor
background-color $ui-dark-noteDetail-backgroundColor
.body
background-color $ui-dark-noteDetail-backgroundColor