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