make tv guide standalone component
This commit is contained in:
parent
85c77ac6ed
commit
45250e4540
9 changed files with 614 additions and 513 deletions
|
@ -75,6 +75,20 @@
|
|||
padding: 1.5em 1em 2em 1em;
|
||||
}
|
||||
|
||||
.guide {
|
||||
height: 400px;
|
||||
overflow: auto;
|
||||
background-color: #000 !important;
|
||||
}
|
||||
|
||||
.guide .tvGuideHeader {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
.guide .programContainer {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
#videoPlayer .nowPlayingImage img {
|
||||
height: auto !important;
|
||||
max-width: 180px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue