Merged User Settings + VC Controls by Lucism & Domi

THE FOLLOWING CSS IS BORROWED FROM LUCISM & DOMI.
PLEASE SEE THE MESSAGE FROM THE POWERCORD SERVER HERE - 
https://canary.discord.com/channels/538759280057122817/755005803303403570/982421523681923184
This commit is contained in:
Vozer
2022-07-09 12:56:03 -05:00
committed by GitHub
parent c5ba466cf9
commit 4a2d93dc92
+5 -31
View File
@@ -11,12 +11,12 @@
/* Channel Bars */
.sidebar-1tnWFu, .container-1zzFcN {
.sidebar-1tnWFu {
border-right: .5px solid black;
}
.theme-light {
.sidebar-1tnWFu, .container-1zzFcN {
.sidebar-1tnWFu {
border-right: .5px solid rgba(186, 186, 186, 0.386);
}
.item-3XjbnG .selected-g-kMVV .channelName-3KPsGw, .modeSelected-3DmyhH .channelName-3KPsGw {
@@ -24,7 +24,7 @@
}
}
/* User Settings + VC Controls -- Fix by Lucism */
/* User Settings + VC Controls -- Fix by Lucism & Domi */
.panels-3wFtMD {
border-radius: 20px;
margin-bottom: 18px;
@@ -101,33 +101,7 @@ div[aria-label="Text (Age-Restricted)"]>svg {
}
/* Voice Chat Controls */
.wrapper-3Hk9OB .container-1zzFcN{
background: rgba(0, 0, 0, 0.436);
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-right: 15px;
margin-left: 15px;
margin-bottom: 6px;
overflow-y: hidden;
overflow-x: hidden;
}
.theme-light {
.wrapper-3Hk9OB .container-1zzFcN{
background: rgba(231, 234, 237, 0.436) !important;
backdrop-filter: blur(20px);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.146);
border: 1px solid rgba(249, 249, 249, 0.772);
border-radius: 20px;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 6px;
overflow-y: hidden;
overflow-x: hidden;
}
}
.buttonContents-y1l-R8 {
.buttonContents-y1l-R8 {
font-size: 0px;
}
.buttonIcon-2Zsrs2.withText-2iJppd {
@@ -138,4 +112,4 @@ div[aria-label="Text (Age-Restricted)"]>svg {
/* PC-Spotify */
.fa, .fab, .fad, .fal, .far, .fas, .powercord-spotify .spotify-buttons button > div {
font-family: "Font Awesome 5 Pro" !important;
}
}