From fe06c77255c8c934d2ea1e5177f636f7e6afcc3a Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Sat, 9 Jul 2022 13:41:02 -0500 Subject: [PATCH] fixes to sidebar, titlebar, and friends --- src/_friends.scss | 2 ++ src/_sidebars.scss | 10 +++------- src/_titlebar.scss | 6 ++++++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/_friends.scss b/src/_friends.scss index a4841f4..8e0618c 100644 --- a/src/_friends.scss +++ b/src/_friends.scss @@ -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); diff --git a/src/_sidebars.scss b/src/_sidebars.scss index d95d771..1f7549e 100644 --- a/src/_sidebars.scss +++ b/src/_sidebars.scss @@ -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 */ diff --git a/src/_titlebar.scss b/src/_titlebar.scss index 34dea3e..fb36604 100644 --- a/src/_titlebar.scss +++ b/src/_titlebar.scss @@ -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 {