261 lines
5.6 KiB
CSS
261 lines
5.6 KiB
CSS
/* @import url('https://blade04208.github.io/ddex4/import.css'); */
|
|
/* @import url("https://ukriu.github.io/cssCord/Other/noDistractions.css"); */
|
|
/* @import url("https://ukriu.github.io/cssCord/Other/blandProfile.css"); */
|
|
/* @import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/presets/css/VisualRefreshUpgrade/vru.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/KillAllRoundCorners/karc.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/CompactChannelList/ccl.css);
|
|
@import url(https://git.mysty.one/valerie/valcord-css/raw/branch/main/snippets/css/SmolProfile/sp.css);
|
|
@import url(https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css);
|
|
|
|
:root {
|
|
--guildbar-avatar-size: 48px;
|
|
--blob-scale: 48;
|
|
--guildbar-folder-size: var(--guildbar-avatar-size);
|
|
--folder-blob-scale: var(--blob-scale);
|
|
--codeblock-height: 200px;
|
|
--selfMessageColor: #7a002f;
|
|
--defaultMessageColor: #2c0011;
|
|
--custom-channel-textarea-text-area-height: 56px;
|
|
}
|
|
|
|
a .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;
|
|
}
|
|
|
|
.visual-refresh {
|
|
.form_f75fb0 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.channelTextArea_f75fb0 {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.base_b88801 {
|
|
position: static;
|
|
order: -1;
|
|
}
|
|
|
|
nav[class*="guilds_"],
|
|
nav:has([data-list-id="guildsnav"]) {
|
|
margin-bottom: unset;
|
|
}
|
|
}
|
|
|
|
.bar_c38106 {
|
|
z-index: 28371983721897;
|
|
}
|
|
|
|
.title_c38106 {
|
|
background-color: transparent;
|
|
background: linear-gradient(
|
|
to bottom,
|
|
var(--background-base-lowest),
|
|
#00000000
|
|
);
|
|
display: none;
|
|
}
|
|
|
|
.title_a7d72e {
|
|
-webkit-app-region: drag;
|
|
}
|
|
|
|
.sidebar_c48ade {
|
|
overflow: visible !important;
|
|
position: relative;
|
|
|
|
&:after {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
}
|
|
|
|
.sidebarList_c48ade {
|
|
margin-left: 72px;
|
|
}
|
|
|
|
.wrapper_ef3116 {
|
|
position: absolute;
|
|
top: -35px;
|
|
height: calc(100vh - 65px);
|
|
/* padding-top: 10px; */
|
|
}
|
|
|
|
[class^="stack_dbd263 scroller_ef3116"] {
|
|
padding-top: 40px !important;
|
|
}
|
|
|
|
/* Remove Profile Reactions */
|
|
[class*="statusPopover"],
|
|
[class*="avatarPopover__"],
|
|
[class*="activityPopover__"] {
|
|
display: none;
|
|
}
|
|
|
|
.title_f75fb0 {
|
|
padding: 0px !important;
|
|
/* scale: 0.9; */
|
|
padding-left: 12px !important;
|
|
position: fixed;
|
|
left: 0px;
|
|
top: 0px;
|
|
background: transparent !important;
|
|
height: var(--custom-app-top-bar-height) !important;
|
|
min-height: 0px;
|
|
border: none !important;
|
|
width: calc(100vw);
|
|
}
|
|
|
|
.base_c48ade:has(.bar_c38106[data-windows="true"]) .title_f75fb0 {
|
|
width: calc(100vw - 240px) !important;
|
|
}
|
|
|
|
.followButton_f75fb0,
|
|
.topicClickTarget__6ec1a {
|
|
-webkit-app-region: no-drag !important;
|
|
}
|
|
|
|
.topic__6ec1a {
|
|
flex: none;
|
|
}
|
|
|
|
.codeContainer__75297 > code {
|
|
max-height: var(--codeblock-height);
|
|
overflow-y: scroll;
|
|
|
|
&::-webkit-scrollbar {
|
|
height: 8px;
|
|
width: 8px;
|
|
}
|
|
|
|
&::-webkit-scrollbar-corner {
|
|
background-color: transparent;
|
|
}
|
|
|
|
&::-webkit-scrollbar-track,
|
|
&::-webkit-scrollbar-thumb {
|
|
/* visibility: hidden; */
|
|
}
|
|
|
|
&::-webkit-scrollbar-thumb {
|
|
background-clip: padding-box;
|
|
background-color: var(--scrollbar-thin-thumb);
|
|
border: 2px solid transparent;
|
|
border-radius: 4px;
|
|
min-height: 40px;
|
|
}
|
|
|
|
&:hover::-webkit-scrollbar-track,
|
|
&:hover::-webkit-scrollbar-thumb {
|
|
visibility: visible;
|
|
}
|
|
|
|
&::-webkit-scrollbar-track {
|
|
background-color: var(--scrollbar-thin-track);
|
|
border: 2px solid var(--scrollbar-thin-track);
|
|
border-color: var(--scrollbar-thin-track);
|
|
}
|
|
}
|
|
|
|
.clanTagChiplet_c19a55,
|
|
.chipletContainerInner__4a25c {
|
|
display: none;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
*/
|
|
|
|
[class*="closedFolderIconWrapper_"] > [class*="guildIcon_"],
|
|
[data-list-item-id*="guildsnav_"] > [class*="icon_"],
|
|
.icon_f34534.guildIcon__48112 {
|
|
border-radius: 50% !important;
|
|
}
|
|
|
|
[class*="membersGroup"]:has([role="button"]),
|
|
[class*="member"] [class*="container"]:has([class*="badges"]),
|
|
.guildIcon__48112,
|
|
[class*="plated"] [style^="background: linear-gradient("] {
|
|
display: none;
|
|
}
|
|
|
|
.icon_c9d15c path {
|
|
fill: #e0115f;
|
|
}
|
|
|
|
nav.guilds_c48ade {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.content_a2f514 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
> .spinner_a2f514 {
|
|
display: none;
|
|
}
|
|
|
|
&:before {
|
|
display: block;
|
|
height: 250px;
|
|
position: relative;
|
|
content: url(http://zcdn.mysty.one/r/DVBaIW.gif);
|
|
image-rendering: pixelated;
|
|
align-content: center;
|
|
scale: 2.125;
|
|
margin-bottom: 96px;
|
|
}
|
|
}
|
|
|
|
span[class*="timestampInline_"] {
|
|
font-size: 0px !important;
|
|
|
|
time::before {
|
|
content: attr(aria-label);
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
|
|
.wrapper_e131a9 {
|
|
height: 0;
|
|
overflow: hidden;
|
|
transition: height 0.5s;
|
|
}
|
|
|
|
.container__2637a {
|
|
padding-bottom: 0px !important;
|
|
}
|
|
|
|
.scroller__99e7c {
|
|
margin-bottom: 0px !important;
|
|
}
|
|
|
|
.bottom__7aaec {
|
|
bottom: 0px !important;
|
|
}
|