|
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 | } |
|
12 | 12 | margin: 0 !important; |
13 | 13 | } |
14 | 14 |
|
15 | | -#app-mount .sidebar__5e434 { |
| 15 | +#app-mount ._5e434347c823b592-sidebar { |
16 | 16 | border-radius: 0; |
17 | 17 | overflow: visible !important; |
18 | 18 | } |
19 | | -#app-mount .guilds__5e434 { |
| 19 | +#app-mount ._5e434347c823b592-guilds { |
20 | 20 | transform-origin: top left; |
21 | 21 | rotate: -90deg; |
22 | 22 | height: 100vw !important; |
23 | 23 | bottom: unset; |
24 | 24 | position: absolute !important; |
25 | 25 | left: 0; |
26 | 26 | } |
27 | | -#app-mount .tree_ef3116 { |
| 27 | +#app-mount .ef3116c2da186559-tree { |
28 | 28 | padding-top: var(--HSL-top-padding, var(--size-sm)); |
29 | 29 | } |
30 | | -#app-mount .wrapper_cc5dd2 { |
| 30 | +#app-mount ._6e9f8dce4cc18de3-wrapper, |
| 31 | +#app-mount ._48112cbe77dc5022-folderPreview, |
| 32 | +#app-mount ._48112cbe77dc5022-folderIconWrapper { |
31 | 33 | rotate: 90deg; |
32 | 34 | } |
33 | | -#app-mount .itemsContainer_ef3116, |
34 | | -#app-mount .stack_dbd263 { |
| 35 | +#app-mount ._6e9f8dce4cc18de3-childWrapper { |
| 36 | + rotate: 0deg; |
| 37 | +} |
| 38 | +#app-mount .ef3116c2da186559-itemsContainer, |
| 39 | +#app-mount .dbd2630aec71879b-stack { |
35 | 40 | flex-direction: var(--HSL-server-direction); |
36 | 41 | justify-content: var(--HSL-server-alignment); |
37 | 42 | } |
38 | | -#app-mount .notice__6e2b9 { |
| 43 | +#app-mount ._6e2b9359c6f84cfd-notice { |
39 | 44 | height: var(--notices-height); |
40 | 45 | } |
41 | | -#app-mount .notice__6e2b9 + .content__5e434 { |
| 46 | +#app-mount ._6e2b9359c6f84cfd-notice + ._5e434347c823b592-content { |
42 | 47 | --serverlist-offset: calc(var(--notices-height) + var(--custom-guild-list-width)); |
43 | 48 | } |
44 | 49 |
|
45 | | -.container__5e434 > div[style]:not(.base__5e434) { |
| 50 | +._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) { |
46 | 51 | width: 100vw !important; |
47 | 52 | height: var(--serverlist-offset) !important; |
48 | 53 | position: absolute; |
49 | 54 | top: calc(var(--serverlist-offset) + var(--custom-app-top-bar-height)); |
50 | 55 | pointer-events: none; |
51 | 56 | z-index: 1; |
52 | 57 | } |
53 | | -.container__5e434 > div[style]:not(.base__5e434) .guilds__5e434 { |
| 58 | +._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) ._5e434347c823b592-guilds { |
54 | 59 | pointer-events: all; |
55 | 60 | } |
56 | | -.container__5e434 > div[style]:not(.base__5e434) + .base__5e434 .content__5e434 { |
| 61 | +._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) + ._5e434347c823b592-base ._5e434347c823b592-content { |
57 | 62 | margin-top: calc(var(--serverlist-offset) * 2); |
58 | 63 | } |
0 commit comments