update subtitle methods
This commit is contained in:
parent
fe7c084ae4
commit
adfc486508
23 changed files with 83 additions and 63 deletions
|
@ -185,7 +185,7 @@
|
|||
}
|
||||
|
||||
.channelPrograms, .timeslotHeadersInner {
|
||||
width: 8000px;
|
||||
width: 12000px;
|
||||
}
|
||||
|
||||
.timeslotHeader {
|
||||
|
@ -269,9 +269,9 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.pointerInput .programCellInner:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
.pointerInput .programCellInner:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.timeslotCellInner {
|
||||
position: absolute;
|
||||
|
@ -312,6 +312,20 @@
|
|||
top: 7px;
|
||||
}
|
||||
|
||||
@media (max-width: 1920px) {
|
||||
|
||||
.channelPrograms, .timeslotHeadersInner {
|
||||
width: 10000px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1600px) {
|
||||
|
||||
.channelPrograms, .timeslotHeadersInner {
|
||||
width: 8000px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
|
||||
.guideChannelImage {
|
||||
|
@ -366,4 +380,4 @@
|
|||
|
||||
.channelList, .programGrid {
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue