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

Add max-width for session cards

This commit is contained in:
Bill Thornton 2020-12-16 16:34:46 -05:00
parent 1738010ae4
commit e723479212

View file

@ -127,8 +127,8 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.sessionAppInfo img {
max-width: 40px;
max-height: 40px;
max-width: 2.5em;
max-height: 2.5em;
margin-right: 8px;
}
@ -303,6 +303,7 @@ div[data-role=controlgroup] a.ui-btn-active {
@media all and (min-width: 50em) {
.activeSession {
max-width: 25rem;
flex-grow: 0;
flex-shrink: 0;
flex-basis: 50%;