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