1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix: avoid scalable card from getting too large on some devices

This commit is contained in:
jesterr0 2025-03-23 01:59:52 -04:00
parent de366ac437
commit fe9a0824e3

View file

@ -268,7 +268,7 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.activeSession {
min-width: 20rem;
min-width: 10rem;
width: 100% !important;
}