File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,10 @@ html {
78
78
margin-top : var (--top-margin );
79
79
position : relative;
80
80
81
+ & : has (> .scroller_fea3ef > button : nth-child (2 )) {
82
+ --top-margin : calc ((56px + ((56px * var (--server-nav-i )) - 56px )) + (var (--space ) + 20px ));
83
+ }
84
+
81
85
& : before ,
82
86
& : after {
83
87
content : "" ;
@@ -148,6 +152,32 @@ html {
148
152
z-index : 4 ;
149
153
}
150
154
155
+ > button : nth-child (2 ) {
156
+ top : calc (56px + var (--space ));
157
+ width : 72px ;
158
+ height : 20px ;
159
+ left : 0 ;
160
+ font-size : 12px ;
161
+ position : fixed;
162
+ z-index : 10 ;
163
+ background : var (--background-tertiary );
164
+ padding : 0 ;
165
+ margin : 0 ;
166
+
167
+ & : before {
168
+ position : absolute;
169
+ content : "" ;
170
+ border : 1px solid var (--border-subtle );
171
+ width : calc (72px - 12px );
172
+ height : 20px ;
173
+ z-index : -2 ;
174
+ border-radius : 4px ;
175
+ top : 0 ;
176
+ left : 5px ;
177
+ }
178
+ }
179
+
180
+
151
181
> div : has ([aria-label = "Download Apps" ]) {
152
182
display : none;
153
183
}
You can’t perform that action at this time.
0 commit comments