mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Constrain width only on desktop
This commit is contained in:
parent
3f59288158
commit
e38fa15e4d
1 changed files with 4 additions and 1 deletions
|
@ -105,10 +105,13 @@
|
|||
|
||||
.osdControls {
|
||||
flex-grow: 1;
|
||||
max-width: calc(100vh * 1.77);
|
||||
padding: 0 0.8em;
|
||||
}
|
||||
|
||||
.layout-desktop .osdControls {
|
||||
max-width: calc(100vh * 1.77 - 2vh);
|
||||
}
|
||||
|
||||
.videoOsdBottom .buttons {
|
||||
padding: 0.25em 0 0;
|
||||
display: -webkit-box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue