We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181919d commit 6f0f813Copy full SHA for 6f0f813
discord/themes/redesign/import.css
@@ -282,6 +282,10 @@ html {
282
>* {
283
border-radius: var(--border-radius);
284
overflow: hidden;
285
+
286
+ &.sidebar_a4d4d9 {
287
+ overflow: visible;
288
+ }
289
}
290
291
&:has([class^="chatLayerWrapper_"] > .resizeHandle_d1c246) {
@@ -813,7 +817,7 @@ html {
813
817
border-radius: calc(var(--border-radius) - 4px);
814
818
border: 1px solid var(--border-subtle);
815
819
position: absolute;
816
- bottom: 0;
820
+ bottom: calc((55px + var(--space)) * -1);
821
left: calc(-72px + var(--space)) !important;
822
justify-content: space-between;
823
z-index: 999;
0 commit comments