Skip to content

Commit 857b27e

Browse files
committed
Fixed for new Discord update
1 parent 5becaf3 commit 857b27e

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

src/addons/_bottomhsl.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
.base__5e434[data-fullscreen='false'] .content__5e434 {
1+
._5e434347c823b592-content {
22
margin-top: unset;
33
margin-bottom: var(--custom-guild-list-width);
44
}
55
#app-mount {
6-
.guilds__5e434 {
6+
._5e434347c823b592-guilds {
77
top: calc(100% + var(--custom-guild-list-width));
88
}
99
}
1010

1111
// BetterFolders - Vencord
12-
.container__5e434 > div[style]:not(.base__5e434) {
12+
._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) {
1313
bottom: calc(var(--custom-guild-list-width) * 2);
1414
top: unset;
1515

16-
.guilds__5e434 {
16+
._5e434347c823b592-guilds {
1717
top: calc(100% + var(--custom-guild-list-width) * 2) !important;
1818
}
1919

20-
& + .base__5e434 .content__5e434 {
20+
& + ._5e434347c823b592-base ._5e434347c823b592-content {
2121
margin-top: unset;
2222
margin-bottom: calc(var(--custom-guild-list-width) * 2);
2323
}

src/main.scss

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--serverlist-offset: var(--custom-guild-list-width);
44
}
55

6-
.base__5e434[data-fullscreen='false'] .content__5e434 {
6+
._5e434347c823b592-base[data-fullscreen='false'] ._5e434347c823b592-content {
77
margin-top: var(--serverlist-offset);
88
overflow: visible !important;
99
}
@@ -14,12 +14,12 @@
1414

1515

1616
#app-mount {
17-
.sidebar__5e434 {
17+
._5e434347c823b592-sidebar {
1818
border-radius: 0;
1919
overflow: visible !important;
2020
}
2121

22-
.guilds__5e434 {
22+
._5e434347c823b592-guilds {
2323
transform-origin: top left;
2424
rotate: -90deg;
2525
height: 100vw !important;
@@ -28,44 +28,50 @@
2828
left: 0;
2929
}
3030

31-
.tree_ef3116 {
31+
.ef3116c2da186559-tree {
3232
padding-top: var(--HSL-top-padding, var(--size-sm));
3333
}
3434

35-
.wrapper_cc5dd2 {
35+
// Rotate the icons back
36+
._6e9f8dce4cc18de3-wrapper,
37+
._48112cbe77dc5022-folderPreview,
38+
._48112cbe77dc5022-folderIconWrapper {
3639
rotate: 90deg;
3740
}
41+
._6e9f8dce4cc18de3-childWrapper {
42+
rotate: 0deg;
43+
}
3844

39-
.itemsContainer_ef3116,
40-
.stack_dbd263 {
45+
.ef3116c2da186559-itemsContainer,
46+
.dbd2630aec71879b-stack {
4147
flex-direction: var(--HSL-server-direction);
4248
justify-content: var(--HSL-server-alignment);
4349
}
4450

4551
// Notices
46-
.notice__6e2b9 {
52+
._6e2b9359c6f84cfd-notice {
4753
height: var(--notices-height);
4854

49-
& + .content__5e434 {
55+
& + ._5e434347c823b592-content {
5056
--serverlist-offset: calc(var(--notices-height) + var(--custom-guild-list-width));
5157
}
5258
}
5359
}
5460

5561
// BetterFolders - Vencord
56-
.container__5e434 > div[style]:not(.base__5e434) {
62+
._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) {
5763
width: 100vw !important;
5864
height: var(--serverlist-offset) !important;
5965
position: absolute;
6066
top: calc(var(--serverlist-offset) + var(--custom-app-top-bar-height));
6167
pointer-events: none;
6268
z-index: 1;
6369

64-
.guilds__5e434 {
70+
._5e434347c823b592-guilds {
6571
pointer-events: all;
6672
}
6773

68-
& + .base__5e434 .content__5e434 {
74+
& + ._5e434347c823b592-base ._5e434347c823b592-content {
6975
margin-top: calc(var(--serverlist-offset) * 2);
7076
}
7177
}

0 commit comments

Comments
 (0)