File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ $list-width = 250px
2121 outline none
2222 text-align center
2323 background-color transparent
24+
2425.result
2526 absolute left right bottom
2627 top $search-height
@@ -32,7 +33,7 @@ $list-width = 250px
3233 background-color $ui-backgroundColor
3334
3435.result-nav-filter
35- margin-bottom 5 px
36+ margin-bottom 10 px
3637
3738.result-nav-filter-option
3839 height 25px
@@ -62,23 +63,23 @@ $list-width = 250px
6263
6364.result-nav-storageList
6465 absolute bottom left right
65- top 80px + 32px + 10px
66+ top 80px + 32px + 10px + 10 px
6667 overflow-y auto
6768
6869.result-list
6970 user-select none
7071 absolute top bottom
7172 left $nav-width
7273 width $list-width
73- border-width 0 1px
74- border-style solid
75- border-color $ui-borderColor
7674 box-sizing border-box
7775 overflow-y auto
76+ box-shadow 2px 0 15px - 8px #b1 b1 b1
77+ z-index 1
7878
7979.result-detail
8080 absolute top bottom right
8181 left $nav-width + $list-width
82+ background-color $ui-noteDetail-backgroundColor
8283
8384body [data-theme = "dark" ]
8485 .root
@@ -104,7 +105,10 @@ body[data-theme="dark"]
104105
105106 .result-list
106107 border-color $ui-dark-borderColor
108+ box-shadow none
109+ top 0
107110
108111 .result-detail
109112 absolute top bottom right
110113 left $nav-width + $list-width
114+ background-color $ui-dark-noteDetail-backgroundColor
Original file line number Diff line number Diff line change 55 left $note-detail-left-margin
66 right $note-detail-right-margin
77 height 100%
8+ width 365px
89 background-color $ui-noteDetail-backgroundColor
910
1011.description
6667 width 100%
6768
6869body [data-theme = "dark" ]
70+ .root
71+ background-color $ui-dark-noteDetail-backgroundColor
72+
6973 .description
7074 border-color $ui-dark-borderColor
7175 background-color $ui-dark-noteDetail-backgroundColor
@@ -82,11 +86,12 @@ body[data-theme="dark"]
8286 & :hover
8387 background-color $ui-dark-button--hover-backgroundColor
8488
85- .tabList-item--active
86- border-color $ui-dark-borderColor
87- .tabList-item-button
88- border-color $brand-color
89-
9089 .tabList-item-button
91- navDarkButtonColor ()
90+ border none
91+ color $ui-dark-text-color
92+ background-color transparent
93+ transition color background-color 0.15s
9294 border-left 4px solid transparent
95+ & :hover
96+ color white
97+ background-color $ui-dark-button--hover-backgroundColor
You can’t perform that action at this time.
0 commit comments