Update
This commit is contained in:
parent
7b2850ff95
commit
1984eae4dd
1 changed files with 49 additions and 36 deletions
|
@ -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://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);
|
||||
|
||||
.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 {
|
||||
--selfMessageColor: #7a002f;
|
||||
--defaultMessageColor: #2c0011;
|
||||
|
@ -14,15 +58,6 @@
|
|||
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 {
|
||||
fill: #e0115f;
|
||||
}
|
||||
|
@ -38,9 +73,11 @@ nav.guilds_c48ade,
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.content_a2f514 > .spinner_a2f514 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.content_a2f514:before {
|
||||
display: block;
|
||||
height: 250px;
|
||||
|
@ -55,38 +92,12 @@ nav.guilds_c48ade,
|
|||
span[class*="timestampInline_"] {
|
||||
font-size: 0px !important;
|
||||
}
|
||||
|
||||
span[class*="timestampInline_"] time::before {
|
||||
content: attr(aria-label);
|
||||
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 {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
|
@ -96,9 +107,11 @@ span[class*="timestampInline_"] time::before {
|
|||
.container__2637a {
|
||||
padding-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.scroller__99e7c {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.bottom__7aaec {
|
||||
bottom: 0px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue