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:
parent
1738010ae4
commit
e723479212
1 changed files with 3 additions and 2 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue