Skip to content

Commit 9db7df2

Browse files
authored
fix sidebar user panel
1 parent 6f0f813 commit 9db7df2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

discord/themes/redesign/import.css

+9-6
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,6 @@ html {
282282
>* {
283283
border-radius: var(--border-radius);
284284
overflow: hidden;
285-
286-
&.sidebar_a4d4d9 {
287-
overflow: visible;
288-
}
289285
}
290286

291287
&:has([class^="chatLayerWrapper_"] > .resizeHandle_d1c246) {
@@ -294,6 +290,12 @@ html {
294290
grid-auto-rows: 1fr;
295291
grid-auto-flow: column;
296292

293+
294+
>.sidebar_a4d4d9>section>[class^="container_"] {
295+
left: auto !important;
296+
right: var(--space) !important;
297+
}
298+
297299
&:has(> :nth-last-child(5)) {
298300
&:has(> .chat_a7d72e:nth-child(2)) {
299301
grid-auto-columns: auto 1fr 0px auto;
@@ -817,8 +819,9 @@ html {
817819
border-radius: calc(var(--border-radius) - 4px);
818820
border: 1px solid var(--border-subtle);
819821
position: absolute;
820-
bottom: calc((55px + var(--space)) * -1);
821-
left: calc(-72px + var(--space)) !important;
822+
bottom: 0;
823+
left: calc(-72px + var(--space));
824+
right: auto;
822825
justify-content: space-between;
823826
z-index: 999;
824827

0 commit comments

Comments
 (0)