Skip to content

Commit 1657e0b

Browse files
committed
Fixed for newest update
1 parent 89cf0cf commit 1657e0b

4 files changed

Lines changed: 21 additions & 20 deletions

File tree

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
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
}

src/addons/_bottomhsl.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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
}

src/main.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
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;
@@ -41,26 +41,26 @@
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
}

0 commit comments

Comments
 (0)