File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 top : calc (100% + var (--custom-guild-list-width ));
88 }
99}
10+
11+ // BetterFolders - Vencord
12+ .container_c48ade > div [style ]:not (.base_c48ade ) {
13+ bottom : calc (var (--custom-guild-list-width ) * 2 );
14+ top : unset ;
15+
16+ .guilds_c48ade {
17+ top : calc (100% + var (--custom-guild-list-width ) * 2 ) !important ;
18+ }
19+
20+ & + .base_c48ade .content_c48ade {
21+ margin-top : unset ;
22+ margin-bottom : calc (var (--custom-guild-list-width ) * 2 );
23+ }
24+ }
Original file line number Diff line number Diff line change 3232 justify-content : var (--HSL-server-alignment );
3333 }
3434}
35+
36+ // BetterFolders - Vencord
37+ .container_c48ade > div [style ]:not (.base_c48ade ) {
38+ width : 100vw !important ;
39+ height : var (--custom-guild-list-width ) !important ;
40+ position : absolute ;
41+ top : calc (var (--custom-guild-list-width ) + var (--custom-app-top-bar-height ));
42+ pointer-events : none ;
43+ z-index : 1 ;
44+
45+ .guilds_c48ade {
46+ pointer-events : all ;
47+ }
48+
49+ & + .base_c48ade .content_c48ade {
50+ margin-top : calc (var (--custom-guild-list-width ) * 2 );
51+ }
52+ }
You can’t perform that action at this time.
0 commit comments