VencordThemes/Snippets/MinimalAuthorisedApps.css

12 lines
266 B
CSS
Raw Normal View History

2024-05-21 17:44:07 -04:00
/* 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
}