From b86c24a4813b4ab7b846c28030f7d35f755109aa Mon Sep 17 00:00:00 2001 From: John Marlo Lapiz <91590512+lazuee@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:17:19 +0800 Subject: [PATCH] Updated themes/redesign --- discord/themes/redesign/import.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/discord/themes/redesign/import.css b/discord/themes/redesign/import.css index 3db4672..d672d63 100644 --- a/discord/themes/redesign/import.css +++ b/discord/themes/redesign/import.css @@ -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; }