Fix: Adjusted active session card width to mimic Jellyfin's default behaviour on smaller screens
This commit is contained in:
parent
e253ea8f73
commit
80d3c11acc
1 changed files with 5 additions and 0 deletions
|
|
@ -851,4 +851,9 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
border: solid 1px var(--borderColor);
|
||||
border-radius: .5em;
|
||||
backdrop-filter: blur(1em);
|
||||
}
|
||||
|
||||
.activeSession {
|
||||
width: 98% !important;
|
||||
max-width: 27rem !important;
|
||||
}
|
||||
Loading…
Reference in a new issue