From 4c7c907294ac6c30c58af51bef37d2cc0e53b611 Mon Sep 17 00:00:00 2001 From: Metro420yt <84623250+Metro420yt@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:18:46 -0500 Subject: [PATCH 1/2] Activity wave overhang fix --- stuff/_friends.scss | 4 ++-- stuff/_member-list.scss | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stuff/_friends.scss b/stuff/_friends.scss index 8c48682..6b74b55 100644 --- a/stuff/_friends.scss +++ b/stuff/_friends.scss @@ -245,7 +245,7 @@ position: absolute; height: 25px; z-index: 2; - width: 284px; + width: 100%; top: -24px; left: 0; background: #7289da; @@ -275,7 +275,7 @@ content: ""; position: absolute; height: 25px; - width: 284px; + width: 100%; top: -24px; left: 0; z-index: 3; diff --git a/stuff/_member-list.scss b/stuff/_member-list.scss index 669ef50..6e56125 100644 --- a/stuff/_member-list.scss +++ b/stuff/_member-list.scss @@ -158,7 +158,7 @@ position: absolute; height: 25px; z-index: 1; - width: 284px; + width: 100%; top: -25px; left: 0; background: var(--background-secondary); @@ -197,7 +197,7 @@ position: absolute; height: 25px; z-index: 2; - width: 284px; + width: 100%; top: -24px; left: 0; background: #7289da; @@ -227,7 +227,7 @@ content: ""; position: absolute; height: 25px; - width: 284px; + width: 100%; top: -24px; left: 0; z-index: 3; From fad417706528d0dc42b4e0f519522a7464fc1dec Mon Sep 17 00:00:00 2001 From: Metro420yt <84623250+Metro420yt@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:48:58 -0500 Subject: [PATCH 2/2] avatar width fix --- stuff/_chat.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuff/_chat.scss b/stuff/_chat.scss index 286fe01..c12a955 100644 --- a/stuff/_chat.scss +++ b/stuff/_chat.scss @@ -12,7 +12,7 @@ z-index: 2; margin: 0; padding: 0; - min-width: unset; + min-width: unset !important; & > .avatar_f8541f { width: 40px !important;