update live tv segments
This commit is contained in:
parent
c86543dc59
commit
ec67431a0e
13 changed files with 118 additions and 340 deletions
|
@ -1,5 +1,5 @@
|
|||
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
|
||||
background-color: #1b1b1b;
|
||||
background-color: #1d1d1d;
|
||||
}
|
||||
|
||||
.viewMenuBar.semiTransparent {
|
||||
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.background-theme-b {
|
||||
background-color: #242424;
|
||||
background-color: #2d2d2d;
|
||||
}
|
||||
|
||||
.backdropContainer .pageBackground {
|
||||
|
|
|
@ -32,10 +32,12 @@
|
|||
|
||||
.libraryViewNav paper-tabs {
|
||||
height: 58px !important;
|
||||
flex-grow: 0 !important;
|
||||
}
|
||||
|
||||
.libraryViewNav paper-tab {
|
||||
height: auto !important;
|
||||
flex-grow: 0 !important;
|
||||
}
|
||||
|
||||
.libraryViewNav iron-icon {
|
||||
|
@ -53,6 +55,10 @@
|
|||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.libraryViewNav #tabsContainer {
|
||||
flex-grow: 0 !important;
|
||||
}
|
||||
|
||||
@media all and (max-width: 600px) {
|
||||
|
||||
.libraryViewNav a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue