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

update playerselection.js

This commit is contained in:
Luke Pulverenti 2017-01-19 15:09:04 -05:00
parent beea3e341f
commit 668418e69b
4 changed files with 39 additions and 36 deletions

View file

@ -146,7 +146,6 @@
overflow: hidden;
text-overflow: ellipsis;
border-right: 1px solid #121212;
width: 24vw;
background: rgb(38, 38, 38);
display: flex;
align-items: center;
@ -156,30 +155,37 @@
contain: strict;
}
@media all and (min-width: 500px) {
/* Important - have to put the fixed width on channelsContainer, not the individual channelHeaderCell
This was causing channelsContainer to extend beyond the fixed width on ps4, tizen, lg and opera tv.
*/
.channelsContainer, .channelTimeslotHeader {
width: 24vw;
}
.channelHeaderCell, .channelTimeslotHeader {
.channelHeaderCell {
width: 100%;
}
@media all and (min-width:500px) {
.channelsContainer, .channelTimeslotHeader {
width: 16vw;
}
}
@media all and (min-width: 600px) {
.channelHeaderCell, .channelTimeslotHeader {
@media all and (min-width:600px) {
.channelsContainer, .channelTimeslotHeader {
width: 16vw;
}
}
@media all and (min-width: 800px) {
.channelHeaderCell, .channelTimeslotHeader {
@media all and (min-width:800px) {
.channelsContainer, .channelTimeslotHeader {
width: 14vw;
}
}
@media all and (min-width: 1280px) {
.channelHeaderCell, .channelTimeslotHeader {
@media all and (min-width:1280px) {
.channelsContainer, .channelTimeslotHeader {
width: 12vw;
}
}
@ -222,7 +228,7 @@
}
.channelPrograms-tv, .channelHeaderCell-tv {
height: 3.8em;
height: 3.4em;
}
.channelTimeslotHeader {