This commit is contained in:
Valerie 2025-04-23 09:57:56 -04:00
parent 7b2850ff95
commit 1984eae4dd

View file

@ -1,7 +1,51 @@
/* @import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/presets/css/VisualRefreshUpgrade/vru.css); */
/* @import url('https://blade04208.github.io/ddex4/import.css'); */ /* @import url('https://blade04208.github.io/ddex4/import.css'); */
/* @import url("https://raw.githubusercontent.com/LuSaffi/VenCordstuff/refs/heads/main/CSS/selfMessages.css"); */ /* @import url("https://raw.githubusercontent.com/LuSaffi/VenCordstuff/refs/heads/main/CSS/selfMessages.css"); */
@import url("https://raw.githubusercontent.com/surgedevs/visual-refresh-compact-title-bar/refs/heads/main/desktop.css");
@import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/snippets/css/BetterSpotifyPlayer/bsp.css); @import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/snippets/css/BetterSpotifyPlayer/bsp.css);
.visual-refresh [class^="layer_"] > form > [class^="focusLock__"] {
position: relative;
max-height: calc(100vh - var(--space-24) * 3);
top: calc(var(--space-24) / 2);
}
.container__8061a > div:not(:has(.vc-platform-indicator)) {
display: none !important;
}
.badgeLabel__635ed {
display: none !important;
}
.badgeContainer__635ed:has(
.badgeLabel__635ed[data-text-variant="text-xs/normal"]
)
> svg[aria-hidden="true"][width="12"][height="12"][viewBox="0 0 24 24"] {
display: none !important;
}
/*
.connectedAccountIcon_e6abe8 {
display: none !important;
}
.flowerStarContainer__3e3b0,
connectedAccountVerifiedIcon_e6abe8 {a
display: none !important;
}
*/
.visual-refresh nav:has([data-list-id="guildsnav"]) {
margin-bottom: unset;
}
[class*="closedFolderIconWrapper_"] > [class*="guildIcon_"],
[data-list-item-id*="guildsnav_"] > [class*="icon_"],
.icon_f34534.guildIcon__48112 {
border-radius: 50% !important;
}
:root { :root {
--selfMessageColor: #7a002f; --selfMessageColor: #7a002f;
--defaultMessageColor: #2c0011; --defaultMessageColor: #2c0011;
@ -14,15 +58,6 @@
display: none; display: none;
} }
/*
svg path[fill="#e0115f"][d^="M20"],
svg path[fill="#e0115f"][d^="M18"],
svg path[fill="#e0115f"][d^="M4"],
svg[aria-label^="Streaming"] path {
fill: #e0115f !important;
}
*/
.icon_c9d15c path { .icon_c9d15c path {
fill: #e0115f; fill: #e0115f;
} }
@ -38,9 +73,11 @@ nav.guilds_c48ade,
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.content_a2f514 > .spinner_a2f514 { .content_a2f514 > .spinner_a2f514 {
display: none; display: none;
} }
.content_a2f514:before { .content_a2f514:before {
display: block; display: block;
height: 250px; height: 250px;
@ -55,38 +92,12 @@ nav.guilds_c48ade,
span[class*="timestampInline_"] { span[class*="timestampInline_"] {
font-size: 0px !important; font-size: 0px !important;
} }
span[class*="timestampInline_"] time::before { span[class*="timestampInline_"] time::before {
content: attr(aria-label); content: attr(aria-label);
font-size: 12px; font-size: 12px;
} }
.icon_f34534.guildIcon__48112 {
border-radius: 50% !important;
}
.panels_c48ade {
height: 62px;
width: 62px !important;
display: flex !important;
flex-direction: column;
overflow: hidden;
transition: width 0.3s;
z-index: 10000 !important;
pointer-events: all;
border: 1px solid var(--border-subtle) !important;
}
.panels_c48ade:has(.container_e131a9) {
background-color: #2c0011;
border: 1px solid var(--border-normal);
}
.panels_c48ade:hover {
width: 300px !important;
height: auto !important;
}
.panels_c48ade:hover .wrapper_e131a9 {
height: auto !important;
}
.wrapper_e131a9 { .wrapper_e131a9 {
height: 0; height: 0;
overflow: hidden; overflow: hidden;
@ -96,9 +107,11 @@ span[class*="timestampInline_"] time::before {
.container__2637a { .container__2637a {
padding-bottom: 0px !important; padding-bottom: 0px !important;
} }
.scroller__99e7c { .scroller__99e7c {
margin-bottom: 0px !important; margin-bottom: 0px !important;
} }
.bottom__7aaec { .bottom__7aaec {
bottom: 0px !important; bottom: 0px !important;
} }