File tree 1 file changed +8
-32
lines changed
1 file changed +8
-32
lines changed Original file line number Diff line number Diff line change 80
80
81
81
& : has (> .scroller_fea3ef > button .vc-ranb-button ),
82
82
& : has (> .scroller_fea3ef > div [style = "margin-bottom: 4px;" ]): not (: has (> .scroller_fea3ef > button .vc-ranb-button )) {
83
- --top-margin : calc ((56px + ((56px * var (--server-nav-i )) - 56px )) + (var (--space ) + 24 px ));
83
+ --top-margin : calc ((56px + ((56px * var (--server-nav-i )) - 56px )) + (var (--space ) + 20 px ));
84
84
}
85
85
86
86
& : has (> .scroller_fea3ef > div [style = "margin-bottom: 4px;" ]) {
@@ -171,12 +171,13 @@ html {
171
171
172
172
173
173
> div [style = "margin-bottom: 4px;" ] {
174
- top : calc (56px + var (--space ) + 21 px );
174
+ top : calc (56px + var (--space ) + 20 px );
175
175
width : 72px ;
176
176
height : 20px ;
177
177
left : 0 ;
178
178
position : fixed;
179
- z-index : 11 ;
179
+ z-index : 10 ;
180
+ background : var (--background-tertiary ) !important ;
180
181
padding : 0 ;
181
182
margin : 0 !important ;
182
183
padding-top : 8px ;
@@ -188,12 +189,11 @@ html {
188
189
& : before {
189
190
position : absolute;
190
191
content : "" ;
191
- background : var (--background-tertiary ) !important ;
192
192
width : calc (72px - 12px );
193
- height : 24 px ;
193
+ height : 20 px ;
194
194
z-index : -2 ;
195
195
border-radius : 4px ;
196
- top : 0 ;
196
+ top : -1 px ;
197
197
left : 5px ;
198
198
}
199
199
}
@@ -217,32 +217,8 @@ html {
217
217
left : 0 ;
218
218
font-size : 12px ;
219
219
position : fixed;
220
- z-index : 10 ;
221
- background : var (--background-tertiary );
222
- padding : 0 ;
223
- margin : 0 ;
224
-
225
- & : before {
226
- position : absolute;
227
- content : "" ;
228
- border : 1px solid var (--border-subtle );
229
- width : calc (72px - 12px );
230
- height : 20px ;
231
- z-index : -2 ;
232
- border-radius : 4px ;
233
- top : -1px ;
234
- left : 5px ;
235
- }
236
- }
237
-
238
- > button : nth-child (3 ) {
239
- top : calc (56px + var (--space ));
240
- width : 72px ;
241
- height : 20px ;
242
- left : 0 ;
243
- font-size : 12px ;
244
- position : fixed;
245
- z-index : 10 ;
220
+ z-index : 11 ;
221
+ border-radius : 0 ;
246
222
background : var (--background-tertiary );
247
223
padding : 0 ;
248
224
margin : 0 ;
You can’t perform that action at this time.
0 commit comments