Skip to content

Commit a0fe070

Browse files
committed
deploy: 857b27e
1 parent ac63c39 commit a0fe070

2 files changed

Lines changed: 22 additions & 17 deletions

File tree

HorizontalServerList.css

Lines changed: 17 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
}
@@ -12,47 +12,52 @@
1212
margin: 0 !important;
1313
}
1414

15-
#app-mount .sidebar__5e434 {
15+
#app-mount ._5e434347c823b592-sidebar {
1616
border-radius: 0;
1717
overflow: visible !important;
1818
}
19-
#app-mount .guilds__5e434 {
19+
#app-mount ._5e434347c823b592-guilds {
2020
transform-origin: top left;
2121
rotate: -90deg;
2222
height: 100vw !important;
2323
bottom: unset;
2424
position: absolute !important;
2525
left: 0;
2626
}
27-
#app-mount .tree_ef3116 {
27+
#app-mount .ef3116c2da186559-tree {
2828
padding-top: var(--HSL-top-padding, var(--size-sm));
2929
}
30-
#app-mount .wrapper_cc5dd2 {
30+
#app-mount ._6e9f8dce4cc18de3-wrapper,
31+
#app-mount ._48112cbe77dc5022-folderPreview,
32+
#app-mount ._48112cbe77dc5022-folderIconWrapper {
3133
rotate: 90deg;
3234
}
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 {
3540
flex-direction: var(--HSL-server-direction);
3641
justify-content: var(--HSL-server-alignment);
3742
}
38-
#app-mount .notice__6e2b9 {
43+
#app-mount ._6e2b9359c6f84cfd-notice {
3944
height: var(--notices-height);
4045
}
41-
#app-mount .notice__6e2b9 + .content__5e434 {
46+
#app-mount ._6e2b9359c6f84cfd-notice + ._5e434347c823b592-content {
4247
--serverlist-offset: calc(var(--notices-height) + var(--custom-guild-list-width));
4348
}
4449

45-
.container__5e434 > div[style]:not(.base__5e434) {
50+
._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) {
4651
width: 100vw !important;
4752
height: var(--serverlist-offset) !important;
4853
position: absolute;
4954
top: calc(var(--serverlist-offset) + var(--custom-app-top-bar-height));
5055
pointer-events: none;
5156
z-index: 1;
5257
}
53-
.container__5e434 > div[style]:not(.base__5e434) .guilds__5e434 {
58+
._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) ._5e434347c823b592-guilds {
5459
pointer-events: all;
5560
}
56-
.container__5e434 > div[style]:not(.base__5e434) + .base__5e434 .content__5e434 {
61+
._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) + ._5e434347c823b592-base ._5e434347c823b592-content {
5762
margin-top: calc(var(--serverlist-offset) * 2);
5863
}

bottomhsl.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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

6-
#app-mount .guilds__5e434 {
6+
#app-mount ._5e434347c823b592-guilds {
77
top: calc(100% + var(--custom-guild-list-width));
88
}
99

10-
.container__5e434 > div[style]:not(.base__5e434) {
10+
._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) {
1111
bottom: calc(var(--custom-guild-list-width) * 2);
1212
top: unset;
1313
}
14-
.container__5e434 > div[style]:not(.base__5e434) .guilds__5e434 {
14+
._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) ._5e434347c823b592-guilds {
1515
top: calc(100% + var(--custom-guild-list-width) * 2) !important;
1616
}
17-
.container__5e434 > div[style]:not(.base__5e434) + .base__5e434 .content__5e434 {
17+
._5e434347c823b592-container > div[style]:not(._5e434347c823b592-base) + ._5e434347c823b592-base ._5e434347c823b592-content {
1818
margin-top: unset;
1919
margin-bottom: calc(var(--custom-guild-list-width) * 2);
2020
}

0 commit comments

Comments
 (0)