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

added suggested live tv page

This commit is contained in:
Luke Pulverenti 2014-01-12 10:58:47 -05:00
parent 90806d583b
commit e36d514368
7 changed files with 93 additions and 26 deletions

View file

@ -76,7 +76,6 @@
height: auto;
width: 270px;
bottom: 45px;
left: -290px;
border: 1px solid #444;
background: #000;
}
@ -173,10 +172,6 @@ input[type="range"]::-ms-fill-upper {
.positionSliderContainer {
width: 50px;
}
.itemVideo:not(.fullscreenVideo) {
left: -250px;
}
}
@media all and (max-width: 750px) {
@ -291,28 +286,16 @@ input[type="range"]::-ms-fill-upper {
.positionSliderContainer {
width: 300px;
}
.itemVideo {
left: -420px;
}
}
@media (min-width: 1700px) {
.itemVideo:not(.fullscreenVideo) {
width: 500px;
}
.itemVideo {
left: -420px;
}
}
@media (min-width: 2400px) {
.itemVideo:not(.fullscreenVideo) {
width: 550px;
}
.itemVideo {
left: -400px;
}
}