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:
parent
de366ac437
commit
fe9a0824e3
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
|
||||
.activeSession {
|
||||
min-width: 20rem;
|
||||
min-width: 10rem;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue