1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luke Pulverenti 2014-04-18 01:03:06 -04:00
commit 76f79c27e5
2 changed files with 10 additions and 2 deletions

View file

@ -219,12 +219,20 @@
#videoControls #video-advanced-controls { #videoControls #video-advanced-controls {
width: 350px; width: 350px;
} }
#videoControls .nowPlayingText {
max-width: 160px;
}
} }
@media all and (max-width: 960px), all and (max-height: 550px) { @media all and (max-width: 960px), all and (max-height: 550px) {
#videoControls #video-advanced-controls { #videoControls #video-advanced-controls {
width: 275px; width: 275px;
} }
#videoControls .nowPlayingText {
max-width: 90px;
}
} }
@media all and (max-width: 800px), all and (max-height: 460px) { @media all and (max-width: 800px), all and (max-height: 460px) {

View file

@ -22,11 +22,11 @@
font-weight: normal; font-weight: normal;
position: relative; position: relative;
top: -7px; top: -7px;
margin-left: 3px; margin: 0 10px 0 3px;
max-width: 200px; max-width: 200px;
overflow: hidden; overflow: hidden;
margin-right: 2em;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis;
} }
.nowPlayingDoubleText { .nowPlayingDoubleText {