From 6269951cdaffb47a085a4714268c62b3bce97ac0 Mon Sep 17 00:00:00 2001 From: Metro420yt <84623250+Metro420yt@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:22:26 -0400 Subject: [PATCH] Update _chat.scss --- stuff/_chat.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/stuff/_chat.scss b/stuff/_chat.scss index 7dbbbf42..3d5b8009 100644 --- a/stuff/_chat.scss +++ b/stuff/_chat.scss @@ -105,12 +105,9 @@ // Spam bar .spamBanner_c1da2c { position: relative; - flex-direction: column; - left: 56px; + margin-left: 64px; bottom: 8px; - width: 330px; - height: fit-content; - row-gap: 30px; + padding: 8px; .bannerTextContainer_c1da2c { min-width: 0; @@ -371,4 +368,4 @@ border-radius: 8px; } } -} \ No newline at end of file +}