@@ -81,6 +81,10 @@ html {
81
81
--top-margin : calc ((56px + ((56px * var (--server-nav-i )) - 56px )) + (var (--space ) + 20px ));
82
82
}
83
83
84
+ & : has (> .scroller_fea3ef > div [style = "margin-bottom: 4px;" ]: nth-child (2 )) {
85
+ --top-margin : calc ((56px + ((56px * var (--server-nav-i )) - 56px )) + (var (--space ) + 48px ));
86
+ }
87
+
84
88
& : before ,
85
89
& : after {
86
90
content : "" ;
@@ -163,6 +167,35 @@ html {
163
167
z-index : 4 ;
164
168
}
165
169
170
+
171
+ > div [style = "margin-bottom: 4px;" ]: nth-child (2 ) {
172
+ top : calc (56px + var (--space ) + 21px );
173
+ width : 72px ;
174
+ height : 20px ;
175
+ left : 0 ;
176
+ position : fixed;
177
+ z-index : 11 ;
178
+ padding : 0 ;
179
+ margin : 0 !important ;
180
+ padding-top : 8px ;
181
+
182
+ > span {
183
+ font-size : 10px !important ;
184
+ }
185
+
186
+ & : before {
187
+ position : absolute;
188
+ content : "" ;
189
+ background : var (--background-tertiary ) !important ;
190
+ width : calc (72px - 12px );
191
+ height : 24px ;
192
+ z-index : -2 ;
193
+ border-radius : 4px ;
194
+ top : 0 ;
195
+ left : 5px ;
196
+ }
197
+ }
198
+
166
199
> button : nth-child (2 ) {
167
200
top : calc (56px + var (--space ));
168
201
width : 72px ;
@@ -188,6 +221,31 @@ html {
188
221
}
189
222
}
190
223
224
+ > button : nth-child (3 ) {
225
+ top : calc (56px + var (--space ));
226
+ width : 72px ;
227
+ height : 20px ;
228
+ left : 0 ;
229
+ font-size : 12px ;
230
+ position : fixed;
231
+ z-index : 10 ;
232
+ background : var (--background-tertiary );
233
+ padding : 0 ;
234
+ margin : 0 ;
235
+
236
+ & : before {
237
+ position : absolute;
238
+ content : "" ;
239
+ border : 1px solid var (--border-subtle );
240
+ width : calc (72px - 12px );
241
+ height : 20px ;
242
+ z-index : -2 ;
243
+ border-radius : 4px ;
244
+ top : -1px ;
245
+ left : 5px ;
246
+ }
247
+ }
248
+
191
249
> div : has ([aria-label = "Download Apps" ]) {
192
250
display : none;
193
251
}
@@ -242,6 +300,10 @@ html {
242
300
grid-auto-rows : 1fr ;
243
301
grid-auto-flow : column;
244
302
303
+ & : has (> : nth-last-child (5 )) {
304
+ grid-auto-columns : auto 0px 1fr auto;
305
+ }
306
+
245
307
> div : nth-last-child (3 ): not (.chat_a7d72e , .chatLayerWrapper_d1c246 , : has (> [class *= "scroll_detection_" ])),
246
308
> div : nth-last-child (2 ): not (.chatLayerWrapper_d1c246 ) {
247
309
display : none;
@@ -822,8 +884,8 @@ html {
822
884
}
823
885
824
886
.members_cbd271 {
825
- scrollbar-width : none;
826
-
887
+ scrollbar-width : none;
888
+
827
889
h3 .membersGroup_cbd271 {
828
890
margin-bottom : 8px ;
829
891
}
@@ -939,4 +1001,4 @@ html:is(.is-mobile) {
939
1001
}
940
1002
}
941
1003
}
942
- }
1004
+ }
0 commit comments