Skip to content

Commit 6f0f813

Browse files
authored
fix sidebar user panel
1 parent 181919d commit 6f0f813

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

discord/themes/redesign/import.css

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

287291
&:has([class^="chatLayerWrapper_"] > .resizeHandle_d1c246) {
@@ -813,7 +817,7 @@ html {
813817
border-radius: calc(var(--border-radius) - 4px);
814818
border: 1px solid var(--border-subtle);
815819
position: absolute;
816-
bottom: 0;
820+
bottom: calc((55px + var(--space)) * -1);
817821
left: calc(-72px + var(--space)) !important;
818822
justify-content: space-between;
819823
z-index: 999;

0 commit comments

Comments
 (0)