|
3 | 3 | --serverlist-offset: var(--custom-guild-list-width); |
4 | 4 | } |
5 | 5 |
|
6 | | -._5e434347c823b592-base[data-fullscreen='false'] ._5e434347c823b592-content { |
| 6 | +.base__5e434[data-fullscreen='false'] .content__5e434 { |
7 | 7 | margin-top: var(--serverlist-offset); |
8 | 8 | overflow: visible !important; |
9 | 9 | } |
|
14 | 14 |
|
15 | 15 |
|
16 | 16 | #app-mount { |
17 | | - ._5e434347c823b592-sidebar { |
| 17 | + .sidebar__5e434 { |
18 | 18 | border-radius: 0; |
19 | 19 | overflow: visible !important; |
20 | 20 | } |
21 | 21 |
|
22 | | - ._5e434347c823b592-guilds { |
| 22 | + .guilds__5e434 { |
23 | 23 | transform-origin: top left; |
24 | 24 | rotate: -90deg; |
25 | 25 | height: 100vw !important; |
|
28 | 28 | left: 0; |
29 | 29 | } |
30 | 30 |
|
31 | | - .ef3116c2da186559-tree { |
| 31 | + .tree_ef3116 { |
32 | 32 | padding-top: var(--HSL-top-padding, var(--size-sm)); |
33 | 33 | } |
34 | 34 |
|
35 | 35 | // Rotate the icons back |
36 | | - ._6e9f8dce4cc18de3-wrapper, |
37 | | - ._48112cbe77dc5022-folderPreview, |
38 | | - ._48112cbe77dc5022-folderIconWrapper, |
39 | | - .cc5dd25190031396-lowerBadge, |
40 | | - .cc5dd25190031396-upperBadge { |
| 36 | + .wrapper__6e9f8, |
| 37 | + .folderPreview__48112, |
| 38 | + .folderIconWrapper__48112, |
| 39 | + .lowerBadge_cc5dd2, |
| 40 | + .upperBadge_cc5dd2 { |
41 | 41 | rotate: 90deg; |
42 | 42 | } |
43 | | - ._6e9f8dce4cc18de3-childWrapper { |
| 43 | + .childWrapper__6e9f8 { |
44 | 44 | rotate: 0deg; |
45 | 45 | } |
46 | 46 |
|
47 | | - .ef3116c2da186559-itemsContainer, |
48 | | - .dbd2630aec71879b-stack { |
| 47 | + .itemsContainer_ef3116, |
| 48 | + .stack_dbd263 { |
49 | 49 | flex-direction: var(--HSL-server-direction); |
50 | 50 | justify-content: var(--HSL-server-alignment); |
51 | 51 | } |
52 | 52 |
|
53 | 53 | // Notices |
54 | | - ._6e2b9359c6f84cfd-notice { |
| 54 | + .notice__6e2b9 { |
55 | 55 | height: var(--notices-height); |
56 | 56 |
|
57 | | - & + ._5e434347c823b592-content { |
| 57 | + & + .content__5e434 { |
58 | 58 | --serverlist-offset: calc(var(--notices-height) + var(--custom-guild-list-width)); |
59 | 59 | } |
60 | 60 | } |
61 | 61 | } |
62 | 62 |
|
63 | 63 | // BetterFolders - Vencord |
64 | | -._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) { |
| 64 | +.container__5e434 > div[style]:not(.base__5e434) { |
65 | 65 | width: 100vw !important; |
66 | 66 | height: var(--serverlist-offset) !important; |
67 | 67 | position: absolute; |
68 | 68 | top: calc(var(--serverlist-offset) + var(--custom-app-top-bar-height)); |
69 | 69 | pointer-events: none; |
70 | 70 | z-index: 1; |
71 | 71 |
|
72 | | - ._5e434347c823b592-guilds { |
| 72 | + .guilds__5e434 { |
73 | 73 | pointer-events: all; |
74 | 74 | } |
75 | 75 |
|
76 | | - & + ._5e434347c823b592-base ._5e434347c823b592-content { |
| 76 | + & + .base__5e434 .content__5e434 { |
77 | 77 | margin-top: calc(var(--serverlist-offset) * 2); |
78 | 78 | } |
79 | 79 | } |
0 commit comments