mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
modify: fix some parameter for whole components
This commit is contained in:
@@ -21,6 +21,7 @@ $list-width = 250px
|
|||||||
outline none
|
outline none
|
||||||
text-align center
|
text-align center
|
||||||
background-color transparent
|
background-color transparent
|
||||||
|
|
||||||
.result
|
.result
|
||||||
absolute left right bottom
|
absolute left right bottom
|
||||||
top $search-height
|
top $search-height
|
||||||
@@ -32,7 +33,7 @@ $list-width = 250px
|
|||||||
background-color $ui-backgroundColor
|
background-color $ui-backgroundColor
|
||||||
|
|
||||||
.result-nav-filter
|
.result-nav-filter
|
||||||
margin-bottom 5px
|
margin-bottom 10px
|
||||||
|
|
||||||
.result-nav-filter-option
|
.result-nav-filter-option
|
||||||
height 25px
|
height 25px
|
||||||
@@ -62,7 +63,7 @@ $list-width = 250px
|
|||||||
|
|
||||||
.result-nav-storageList
|
.result-nav-storageList
|
||||||
absolute bottom left right
|
absolute bottom left right
|
||||||
top 80px + 32px + 10px
|
top 80px + 32px + 10px + 10px
|
||||||
overflow-y auto
|
overflow-y auto
|
||||||
|
|
||||||
.result-list
|
.result-list
|
||||||
@@ -70,15 +71,15 @@ $list-width = 250px
|
|||||||
absolute top bottom
|
absolute top bottom
|
||||||
left $nav-width
|
left $nav-width
|
||||||
width $list-width
|
width $list-width
|
||||||
border-width 0 1px
|
|
||||||
border-style solid
|
|
||||||
border-color $ui-borderColor
|
|
||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
overflow-y auto
|
overflow-y auto
|
||||||
|
box-shadow 2px 0 15px -8px #b1b1b1
|
||||||
|
z-index 1
|
||||||
|
|
||||||
.result-detail
|
.result-detail
|
||||||
absolute top bottom right
|
absolute top bottom right
|
||||||
left $nav-width + $list-width
|
left $nav-width + $list-width
|
||||||
|
background-color $ui-noteDetail-backgroundColor
|
||||||
|
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.root
|
.root
|
||||||
@@ -104,7 +105,10 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.result-list
|
.result-list
|
||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
|
box-shadow none
|
||||||
|
top 0
|
||||||
|
|
||||||
.result-detail
|
.result-detail
|
||||||
absolute top bottom right
|
absolute top bottom right
|
||||||
left $nav-width + $list-width
|
left $nav-width + $list-width
|
||||||
|
background-color $ui-dark-noteDetail-backgroundColor
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
left $note-detail-left-margin
|
left $note-detail-left-margin
|
||||||
right $note-detail-right-margin
|
right $note-detail-right-margin
|
||||||
height 100%
|
height 100%
|
||||||
|
width 365px
|
||||||
background-color $ui-noteDetail-backgroundColor
|
background-color $ui-noteDetail-backgroundColor
|
||||||
|
|
||||||
.description
|
.description
|
||||||
@@ -66,6 +67,9 @@
|
|||||||
width 100%
|
width 100%
|
||||||
|
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
|
.root
|
||||||
|
background-color $ui-dark-noteDetail-backgroundColor
|
||||||
|
|
||||||
.description
|
.description
|
||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
background-color $ui-dark-noteDetail-backgroundColor
|
background-color $ui-dark-noteDetail-backgroundColor
|
||||||
@@ -82,11 +86,12 @@ body[data-theme="dark"]
|
|||||||
&:hover
|
&:hover
|
||||||
background-color $ui-dark-button--hover-backgroundColor
|
background-color $ui-dark-button--hover-backgroundColor
|
||||||
|
|
||||||
.tabList-item--active
|
|
||||||
border-color $ui-dark-borderColor
|
|
||||||
.tabList-item-button
|
.tabList-item-button
|
||||||
border-color $brand-color
|
border none
|
||||||
|
color $ui-dark-text-color
|
||||||
.tabList-item-button
|
background-color transparent
|
||||||
navDarkButtonColor()
|
transition color background-color 0.15s
|
||||||
border-left 4px solid transparent
|
border-left 4px solid transparent
|
||||||
|
&:hover
|
||||||
|
color white
|
||||||
|
background-color $ui-dark-button--hover-backgroundColor
|
||||||
|
|||||||
Reference in New Issue
Block a user