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; 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;