mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-20 00:25:15 +00:00
10 lines
No EOL
396 B
CSS
10 lines
No EOL
396 B
CSS
.vc-plainFolderIcon-plain {
|
|
/* Without this, they are a bit laggier */
|
|
transition: none !important;
|
|
|
|
/* Don't show the mini guild icons */
|
|
transform: translateZ(0);
|
|
|
|
/* The new icons are fully transparent. Add a sane default to match the old behavior */
|
|
background-color: color-mix(in oklab, var(--custom-folder-color, var(--badge-background-default)) 40%, transparent);
|
|
} |