Skip to content

Commit

Permalink
Updated themes/redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
lazuee authored Aug 15, 2024
1 parent a80fd11 commit b86c24a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions discord/themes/redesign/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,16 @@ html {
grid-auto-flow: column;

&:has(> :nth-last-child(5)) {
grid-auto-columns: auto 0px 1fr auto;
&:has(> .chat_a7d72e:nth-child(2)) {
grid-auto-columns: auto 1fr 0px auto;
}

&:has(> .chat_a7d72e:nth-child(3)) {
grid-auto-columns: auto 0px 1fr auto;
}
}

>div:nth-last-child(3):not(.chat_a7d72e, .chatLayerWrapper_d1c246, :has(> [class*="scroll_detection_"])),
>div:nth-last-child(3):not(.chat_a7d72e, .chatLayerWrapper_d1c246, :has(> .erd_scroll_detection_container)),
>div:nth-last-child(2):not(.chatLayerWrapper_d1c246) {
display: none;
}
Expand Down

0 comments on commit b86c24a

Please sign in to comment.