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

update m3u tuners

This commit is contained in:
Luke Pulverenti 2015-08-27 15:59:42 -04:00
parent 8929c6cbc9
commit 9599bbbd35
6 changed files with 115 additions and 79 deletions

View file

@ -329,6 +329,46 @@ paper-menu-item {
display: none !important;
}
.libraryViewNav #tabsContainer {
margin: auto;
-ms-flex: auto;
-webkit-flex: auto;
flex: auto;
-ms-flex: none;
-webkit-flex: none;
flex: none;
flex-shrink: 0;
}
.libraryViewNav paper-tabs {
/*display: block !important;*/
flex: none;
flex-shrink: 0;
flex-grow: 0;
}
.libraryViewNav paper-tab {
display: inline-block !important;
flex: none;
flex-shrink: 0;
flex-grow: 0;
}
.papertabs-800 {
min-width: 800px;
}
.scrollingPaperTabs #tabsContainer {
margin: 0;
}
@media all and (min-width: 800px) {
.papertabs-800 #tabsContainer {
margin: auto;
}
}
/*.scrollablePaperTabs #tabsContainer {
text-align: center;
overflow-x: scroll;