File tree Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 164
164
animation : menu 0.2s ease-in-out;
165
165
}
166
166
/*侧栏展开动画*/
167
- # layouts
168
- > .fn__flex
169
- > .fn__flex-column
170
- > .fn__flex
171
- > div [data-type = "wnd" ]
172
- > .layout-tab-container
173
- > .fn__flex-column
174
- ul ::-webkit-scrollbar {
175
- width : 0px ; /* 允许滚动但不显示滚动条 */
176
- }
177
167
@media screen and (min-width : 1300px ) {
178
168
# layouts
179
169
> .fn__flex
Original file line number Diff line number Diff line change 45
45
opacity : .9 ;
46
46
background-color : # 65432103 ;
47
47
backdrop-filter : brightness (0.97 );
48
- margin-right : 12 px ;
48
+ margin-right : 7 px ;
49
49
}
50
50
51
51
.fn__flex-1 .fn__flex-column .file-tree .sy__file ul .b3-list-item {
Original file line number Diff line number Diff line change 1
1
/* 主界面UI */
2
2
3
-
4
3
::-webkit-scrollbar {
5
- width : 5 px ;
4
+ width : 5.8 px ;
6
5
} /* 这是针对缺省样式 (必须的) */
7
6
: hover ::-webkit-scrollbar {
8
- width : 5 px !important ;
7
+ width : 5.8 px !important ;
9
8
}
10
9
11
10
::-webkit-scrollbar-track {
15
14
::-webkit-scrollbar-thumb {
16
15
background-color : transparent;
17
16
}
17
+
18
18
: focus-within ::-webkit-scrollbar-thumb {
19
19
background-color : var (--b3-theme-primary-lighter );
20
20
} /* 滑块 */
33
33
background-color : transparent;
34
34
} /* 横向滚动条和纵向滚动条相交处尖角 */
35
35
36
+ /* 有些界面不需要滚动条 */
37
+ .b3-tab-bar ::-webkit-scrollbar ,
38
+ .b3-tab-container ::-webkit-scrollbar {
39
+ width : 0px !important ;
40
+ }
36
41
37
42
/* 块滚动条 */
38
43
.protyle-scroll .b3-slider {
@@ -73,7 +78,7 @@ body.body--desktop .layout__resize--lr:after {
73
78
}
74
79
75
80
/*【集市】filter 宽度缩窄 #143 */
76
- # bazaarSelect {
81
+ # bazaarSelect {
77
82
width : 100px ;
78
83
min-width : 100px ;
79
84
}
@@ -82,7 +87,11 @@ body.body--desktop .layout__resize--lr:after {
82
87
body .body--desktop .android .fn__size200 {
83
88
width : 131px ;
84
89
}
85
- body .body--desktop .android # keymapList > div .fn__flex > label : nth-child (3 ) > svg ,
90
+ body .body--desktop .android
91
+ # keymapList
92
+ > div .fn__flex
93
+ > label : nth-child (3 )
94
+ > svg ,
86
95
body .body--desktop .android # searchByKey {
87
96
display : none;
88
97
}
@@ -229,8 +238,6 @@ body.body--mobile #status,
229
238
opacity: 1;
230
239
} */
231
240
232
-
233
-
234
241
/* 文档头部区域美化 */
235
242
236
243
/* 安卓端 */
You can’t perform that action at this time.
0 commit comments