diff --git a/discord/themes/redesign/import.css b/discord/themes/redesign/import.css index 72637fe..0317ce3 100644 --- a/discord/themes/redesign/import.css +++ b/discord/themes/redesign/import.css @@ -282,10 +282,6 @@ html { >* { border-radius: var(--border-radius); overflow: hidden; - - &.sidebar_a4d4d9 { - overflow: visible; - } } &:has([class^="chatLayerWrapper_"] > .resizeHandle_d1c246) { @@ -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; @@ -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;