Skip to content

Commit da5e370

Browse files
committed
deploy: 63184d8
1 parent 5916585 commit da5e370

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

HorizontalServerList.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,18 @@
2626
flex-direction: var(--HSL-server-direction);
2727
justify-content: var(--HSL-server-alignment);
2828
}
29+
30+
.container_c48ade > div[style]:not(.base_c48ade) {
31+
width: 100vw !important;
32+
height: var(--custom-guild-list-width) !important;
33+
position: absolute;
34+
top: calc(var(--custom-guild-list-width) + var(--custom-app-top-bar-height));
35+
pointer-events: none;
36+
z-index: 1;
37+
}
38+
.container_c48ade > div[style]:not(.base_c48ade) .guilds_c48ade {
39+
pointer-events: all;
40+
}
41+
.container_c48ade > div[style]:not(.base_c48ade) + .base_c48ade .content_c48ade {
42+
margin-top: calc(var(--custom-guild-list-width) * 2);
43+
}

bottomhsl.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@
66
#app-mount .guilds_c48ade {
77
top: calc(100% + var(--custom-guild-list-width));
88
}
9+
10+
.container_c48ade > div[style]:not(.base_c48ade) {
11+
bottom: calc(var(--custom-guild-list-width) * 2);
12+
top: unset;
13+
}
14+
.container_c48ade > div[style]:not(.base_c48ade) .guilds_c48ade {
15+
top: calc(100% + var(--custom-guild-list-width) * 2) !important;
16+
}
17+
.container_c48ade > div[style]:not(.base_c48ade) + .base_c48ade .content_c48ade {
18+
margin-top: unset;
19+
margin-bottom: calc(var(--custom-guild-list-width) * 2);
20+
}

0 commit comments

Comments
 (0)