From 3047fe40c7fc8e84718347fea4d4c0e002566c25 Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Sun, 5 Jun 2022 15:00:56 -0500 Subject: [PATCH] User Settings now sits on level with the chat box --- src/_sidebars.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/_sidebars.scss b/src/_sidebars.scss index 1529a3f..fd7ee9a 100644 --- a/src/_sidebars.scss +++ b/src/_sidebars.scss @@ -7,17 +7,16 @@ /* Channel Bars */ .scroller-WSmht3, .scroller-1ox3I2, .container-1zzFcN { border-right: .5px solid black; - border-top: .5px solid black; } /* User Settings */ .container-YkUktl { background: rgba(0, 0, 0, 0.436); -backdrop-filter: blur(10px); + backdrop-filter: blur(10px); box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); border: 1px solid rgb(78, 78, 81); border-radius: 20px; - margin-bottom: 10px; + margin-bottom: 18px; margin-right: 5px; margin-left: 0px; } @@ -58,4 +57,4 @@ backdrop-filter: blur(10px); background: linear-gradient(rgb(44, 192, 90), rgb(45, 179, 87)) ; width: 8px; border-radius: 5px 5px 5px 5px; -} \ No newline at end of file +}