File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "private" : false ,
33 "type" : " module" ,
44 "scripts" : {
5- "dev" : " bd-scss dev" ,
6- "build" : " bd-scss build"
5+ "dev" : " bun --bun bd-scss dev" ,
6+ "build" : " bun --bun bd-scss build" ,
7+ "reroll" : " bun --bun bd-scss reroll"
78 },
89 "dependencies" : {
9- "bd-scss" : " ^3.0.5 "
10+ "bd-scss" : " ^3.0.7 "
1011 },
1112 "devDependencies" : {
12- "prettier" : " ^3.5.3 "
13+ "prettier" : " ^3.6.2 "
1314 }
1415}
Original file line number Diff line number Diff line change 1- .content_c48ade {
1+ .content__5e434 {
22 margin-top : unset ;
33 margin-bottom : var (--custom-guild-list-width );
44}
55#app-mount {
6- .guilds_c48ade {
6+ .guilds__5e434 {
77 top : calc (100% + var (--custom-guild-list-width ));
88 }
99}
1010
1111// BetterFolders - Vencord
12- .container_c48ade > div [style ]:not (.base_c48ade ) {
12+ .container__5e434 > div [style ]:not (.base__5e434 ) {
1313 bottom : calc (var (--custom-guild-list-width ) * 2 );
1414 top : unset ;
1515
16- .guilds_c48ade {
16+ .guilds__5e434 {
1717 top : calc (100% + var (--custom-guild-list-width ) * 2 ) !important ;
1818 }
1919
20- & + .base_c48ade .content_c48ade {
20+ & + .base__5e434 .content__5e434 {
2121 margin-top : unset ;
2222 margin-bottom : calc (var (--custom-guild-list-width ) * 2 );
2323 }
Original file line number Diff line number Diff line change 33 --serverlist-offset : var (--custom-guild-list-width );
44}
55
6- .base_c48ade [data-fullscreen = " false" ] .content_c48ade {
6+ .base__5e434 [data-fullscreen = ' false' ] .content__5e434 {
77 margin-top : var (--serverlist-offset );
88 overflow : visible !important ;
99}
1010
1111#app-mount {
12- .sidebar_c48ade {
12+ .sidebar__5e434 {
1313 border-radius : 0 ;
1414 overflow : visible !important ;
1515 }
1616
17- .guilds_c48ade {
17+ .guilds__5e434 {
1818 transform-origin : top left ;
1919 rotate : -90deg ;
2020 height : 100vw !important ;
4141 .notice__6e2b9 {
4242 height : var (--notices-height );
4343
44- & + .content_c48ade {
44+ & + .content__5e434 {
4545 --serverlist-offset : calc (var (--notices-height ) + var (--custom-guild-list-width ));
4646 }
4747 }
4848}
4949
5050// BetterFolders - Vencord
51- .container_c48ade > div [style ]:not (.base_c48ade ) {
51+ .container__5e434 > div [style ]:not (.base__5e434 ) {
5252 width : 100vw !important ;
5353 height : var (--serverlist-offset ) !important ;
5454 position : absolute ;
5555 top : calc (var (--serverlist-offset ) + var (--custom-app-top-bar-height ));
5656 pointer-events : none ;
5757 z-index : 1 ;
5858
59- .guilds_c48ade {
59+ .guilds__5e434 {
6060 pointer-events : all ;
6161 }
6262
63- & + .base_c48ade .content_c48ade {
63+ & + .base__5e434 .content__5e434 {
6464 margin-top : calc (var (--serverlist-offset ) * 2 );
6565 }
6666}
You can’t perform that action at this time.
0 commit comments