Skip to content

Commit 63184d8

Browse files
committed
Fixed betterfolders for vencord
1 parent 403b9fe commit 63184d8

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

src/addons/_bottomhsl.scss

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

src/main.scss

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

0 commit comments

Comments
 (0)