update vencord.css

This commit is contained in:
Crispy 2025-03-03 22:19:47 +01:00
parent 427a0f9ec6
commit 2531839c4f

View file

@ -10,17 +10,45 @@ https://github.com/ETBCOR/nasin-nanpa/releases
--font-code: Consolas, monospace, "nasin-nanpa"; --font-code: Consolas, monospace, "nasin-nanpa";
} }
/* server discovery button */ small {
.footer_d71945, font-size: 1em !important;
/* shop button in DM page */ color: #dbf !important;
li.channel_c91bad.container_d91ad9:has(>div>a[href="/shop"]), }
/* nitro button in DM page */
div:has(>li>div>a[href="/store"]), div[aria-label="Help"],
/* apps launcher next to chat box */ .footer__214dc, /* server discovery button */
.channelAppLauncher_df39bd, div:has(>a[href="/store"]),
/* chat box buttons */ div:has(>a[href="/shop"]),
button[aria-label="Apps"],
button[aria-label="Send a gift"], button[aria-label="Send a gift"],
button[aria-label="Open sticker picker"] button[aria-label="Open sticker picker"]
{ {
display: none; display: none;
} }
body {
/* rotate: 1deg; */
/* animation: spin 60s linear infinite; */
/* animation: squish 2s infinite; */
}
@keyframes squish {
0% {
scale: 80% 100%;
}
50% {
scale: 100% 80%;
}
100% {
scale: 80% 100%;
}
}
@keyframes spin {
100% {
transform:rotate(360deg);
/* scale: 0.8; */
}
}