Skip to content

Commit b86c24a

Browse files
authored
Updated themes/redesign
1 parent a80fd11 commit b86c24a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

discord/themes/redesign/import.css

+8-2
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,16 @@ html {
301301
grid-auto-flow: column;
302302

303303
&:has(> :nth-last-child(5)) {
304-
grid-auto-columns: auto 0px 1fr auto;
304+
&:has(> .chat_a7d72e:nth-child(2)) {
305+
grid-auto-columns: auto 1fr 0px auto;
306+
}
307+
308+
&:has(> .chat_a7d72e:nth-child(3)) {
309+
grid-auto-columns: auto 0px 1fr auto;
310+
}
305311
}
306312

307-
>div:nth-last-child(3):not(.chat_a7d72e, .chatLayerWrapper_d1c246, :has(> [class*="scroll_detection_"])),
313+
>div:nth-last-child(3):not(.chat_a7d72e, .chatLayerWrapper_d1c246, :has(> .erd_scroll_detection_container)),
308314
>div:nth-last-child(2):not(.chatLayerWrapper_d1c246) {
309315
display: none;
310316
}

0 commit comments

Comments
 (0)