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 6f0f813 commit 9db7df2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions discord/themes/redesign/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,6 @@ html {
>* {
border-radius: var(--border-radius);
overflow: hidden;

&.sidebar_a4d4d9 {
overflow: visible;
}
}

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


>.sidebar_a4d4d9>section>[class^="container_"] {
left: auto !important;
right: var(--space) !important;
}

&:has(> :nth-last-child(5)) {
&:has(> .chat_a7d72e:nth-child(2)) {
grid-auto-columns: auto 1fr 0px auto;
Expand Down Expand Up @@ -817,8 +819,9 @@ html {
border-radius: calc(var(--border-radius) - 4px);
border: 1px solid var(--border-subtle);
position: absolute;
bottom: calc((55px + var(--space)) * -1);
left: calc(-72px + var(--space)) !important;
bottom: 0;
left: calc(-72px + var(--space));
right: auto;
justify-content: space-between;
z-index: 999;

Expand Down

0 comments on commit 9db7df2

Please sign in to comment.