fixes to sidebar, titlebar, and friends

This commit is contained in:
Vozer
2022-07-09 13:41:02 -05:00
committed by GitHub
parent 00b224502c
commit fe06c77255
3 changed files with 11 additions and 7 deletions
+2
View File
@@ -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
View File
@@ -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 */
+6
View File
@@ -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 {