Files
jellyfin.org/src/pages/clients/index.module.scss
T

20 lines
203 B
SCSS
Raw Normal View History

2022-09-20 15:57:20 -04:00
.header {
display: flex;
}
@media (max-width: 500px) {
.header {
flex-direction: column;
}
}
2022-09-20 17:24:51 -04:00
.header .pills {
2022-09-20 15:57:20 -04:00
flex-grow: 1;
}
2022-09-20 17:24:51 -04:00
.pills {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}