mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
fixes to sidebar, titlebar, and friends
This commit is contained in:
@@ -39,11 +39,13 @@
|
||||
}
|
||||
.peopleColumn-1wMU14 {
|
||||
background: var(--surcordFriendsBackground);
|
||||
border-left: .5px solid black;
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
.peopleColumn-1wMU14 {
|
||||
background: var(--background-primary);
|
||||
border-left: .5px solid rgba(186, 186, 186, 0.386);
|
||||
}
|
||||
.peopleListItem-u6dGxF {
|
||||
background: rgba(226, 221, 225, 0.89);
|
||||
|
||||
+3
-7
@@ -15,17 +15,13 @@
|
||||
border-left: .5px solid black;
|
||||
}
|
||||
|
||||
.content-1jQy2l {
|
||||
border-right: .5px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
.sidebar-1tnWFu {
|
||||
border-right: .5px solid rgba(186, 186, 186, 0.386);
|
||||
}
|
||||
.item-3XjbnG .selected-g-kMVV .channelName-3KPsGw, .modeSelected-3DmyhH .channelName-3KPsGw {
|
||||
color: white;
|
||||
}
|
||||
.content-1jQy2l {
|
||||
border-left: .5px solid rgba(186, 186, 186, 0.386);
|
||||
}
|
||||
}
|
||||
|
||||
/* User Settings + VC Controls -- Fix by Lucism & Domi */
|
||||
|
||||
@@ -52,6 +52,12 @@
|
||||
.searchBar-3TnChZ {
|
||||
border-right: .5px solid black;
|
||||
}
|
||||
.theme-light {
|
||||
.searchBar-3TnChZ {
|
||||
border-right: .5px solid rgba(186, 186, 186, 0.386)
|
||||
}
|
||||
}
|
||||
|
||||
/* Search and other Text fields */
|
||||
.theme-dark {
|
||||
.searchBar-jGtisZ, .searchBar-3TnChZ .searchBarComponent-3N7dCG, .inner-2pOSmK, .wrapper-n2dlvs, .searchBar-2M9mRP, .input-2z42oC {
|
||||
|
||||
Reference in New Issue
Block a user