1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: change style for note-detail component (snipet mode)

This commit is contained in:
sota1235
2016-12-29 15:00:32 +09:00
parent 0945aab232
commit 11d820356d
2 changed files with 7 additions and 21 deletions

View File

@@ -10,11 +10,11 @@
absolute left right
top $info-height
bottom $statusBar-height
background-color $ui-noteDetail-backgroundColor
.body .description
absolute top left right
height 80px
border-bottom $ui-border
.body .description textarea
display block
@@ -30,7 +30,6 @@
absolute left right
top 80px
height 30px
border-bottom $ui-border
display flex
background-color $ui-noteDetail-backgroundColor
@@ -38,7 +37,6 @@
flex 1
display flex
overflow hidden
border-right $ui-border
.tabList .plusButton
navButtonColor()
@@ -46,7 +44,7 @@
.tabView
absolute left right bottom
top 110px
top 130px
.tabView-content
absolute top left right bottom
@@ -68,8 +66,8 @@ body[data-theme="dark"]
.root
border-color $ui-dark-borderColor
.body .description
border-bottom-color $ui-dark-borderColor
.body
background-color $ui-dark-noteDetail-backgroundColor
.body .description textarea
background-color $ui-dark-noteDetail-backgroundColor
@@ -77,7 +75,6 @@ body[data-theme="dark"]
.tabList
background-color $ui-button--active-backgroundColor
border-bottom-color $ui-dark-borderColor
background-color $ui-dark-noteDetail-backgroundColor
.tabList .list