File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 flex-direction : var (--HSL-server-direction );
2727 justify-content : var (--HSL-server-alignment );
2828}
29+
30+ .container_c48ade > div [style ]: not (.base_c48ade ) {
31+ width : 100vw !important ;
32+ height : var (--custom-guild-list-width ) !important ;
33+ position : absolute;
34+ top : calc (var (--custom-guild-list-width ) + var (--custom-app-top-bar-height ));
35+ pointer-events : none;
36+ z-index : 1 ;
37+ }
38+ .container_c48ade > div [style ]: not (.base_c48ade ) .guilds_c48ade {
39+ pointer-events : all;
40+ }
41+ .container_c48ade > div [style ]: not (.base_c48ade ) + .base_c48ade .content_c48ade {
42+ margin-top : calc (var (--custom-guild-list-width ) * 2 );
43+ }
Original file line number Diff line number Diff line change 66# app-mount .guilds_c48ade {
77 top : calc (100% + var (--custom-guild-list-width ));
88}
9+
10+ .container_c48ade > div [style ]: not (.base_c48ade ) {
11+ bottom : calc (var (--custom-guild-list-width ) * 2 );
12+ top : unset;
13+ }
14+ .container_c48ade > div [style ]: not (.base_c48ade ) .guilds_c48ade {
15+ top : calc (100% + var (--custom-guild-list-width ) * 2 ) !important ;
16+ }
17+ .container_c48ade > div [style ]: not (.base_c48ade ) + .base_c48ade .content_c48ade {
18+ margin-top : unset;
19+ margin-bottom : calc (var (--custom-guild-list-width ) * 2 );
20+ }
You can’t perform that action at this time.
0 commit comments