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

update validators

This commit is contained in:
Luke Pulverenti 2016-08-06 00:38:01 -04:00
parent edcd5962df
commit 556b64e92c
3 changed files with 4 additions and 46 deletions

View file

@ -251,28 +251,7 @@
}
.channelPrograms, .channelHeaderCell {
height: 15vh;
}
@media all and (min-height: 500px) {
.channelPrograms, .channelHeaderCell {
height: 10.5vh;
}
}
@media all and (min-height: 600px) {
.channelPrograms, .channelHeaderCell {
height: 9vh;
}
}
@media all and (min-height: 720px) {
.channelPrograms, .channelHeaderCell {
height: 4.2em;
}
height: 4em;
}
.channelTimeslotHeader {
@ -284,28 +263,7 @@
}
.timeslotHeader, .channelTimeslotHeader {
height: 14vh;
}
@media all and (min-height: 500px) {
.timeslotHeader, .channelTimeslotHeader {
height: 10vh;
}
}
@media all and (min-height: 600px) {
.timeslotHeader, .channelTimeslotHeader {
height: 8vh;
}
}
@media all and (min-height: 720px) {
.timeslotHeader, .channelTimeslotHeader {
height: 5.75vh;
}
height: 3.5em;
}
.pointerInput .channelHeaderCell:hover {

View file

@ -20,7 +20,7 @@
margin: 0 !important;
width: 100% !important;
/* Page needs to supply padding */
top: 92px !important;
top: 102px !important;
transition: transform 200ms ease-out;
}

View file

@ -8,7 +8,7 @@
<div class="selectContainer">
<select is="emby-select" id="selectVideoDecoder" label="${LabelHardwareAccelerationType}">
<option value="">${OptionNone}</option>
<option value="qsv">Intel Quick Sync</option>
<option value="qsv">Intel Quick Sync (experimental)</option>
<option value="h264_omx">OpenMAX OMX (experimental)</option>
<option value="nvenc">Nvidia NVENC (experimental)</option>
</select>