mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 13:48:38 +00:00
User Settings now sits on level with the chat box
This commit is contained in:
+3
-4
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user