VencordThemes/Snippets/MinimalAuthorisedApps.css
SeaswimmerTheFsh 1b779edb94
Some checks failed
Lint CSS / Lint CSS (push) Failing after 9s
added a bunch of snippets
2024-05-21 17:44:07 -04:00

12 lines
266 B
CSS

/* Credit to saltssaumure (134142022092062720) on the Vencord discord for this snippet */
.authedApp__71a52 {
max-height: 32px;
box-sizing: content-box;
overflow: hidden;
transition: max-height 1s
}
.authedApp__71a52:hover {
max-height: 100vh
}