Skip to content

Commit

Permalink
fix sidebar user panel
Browse files Browse the repository at this point in the history
  • Loading branch information
lazuee authored Sep 13, 2024
1 parent 181919d commit 6f0f813
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion discord/themes/redesign/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ html {
>* {
border-radius: var(--border-radius);
overflow: hidden;

&.sidebar_a4d4d9 {
overflow: visible;
}
}

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

0 comments on commit 6f0f813

Please sign in to comment.