User Settings now sits on level with the chat box

This commit is contained in:
Vozer
2022-06-05 15:00:56 -05:00
committed by GitHub
parent c4e023c742
commit 3047fe40c7
+3 -4
View File
@@ -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;
}
}