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

rework tabs

This commit is contained in:
Luke Pulverenti 2016-05-09 15:27:38 -04:00
parent 14a8cf548f
commit 25f06c166b
25 changed files with 424 additions and 634 deletions

View file

@ -62,7 +62,7 @@
padding-bottom: 0;
}
.pageWithAbsoluteTabs .pageTabsContainer, .libraryPage > .ui-content {
.pageWithAbsoluteTabs .pageTabContent, .libraryPage > .ui-content {
padding-top: 10px;
}
@ -71,6 +71,10 @@
padding-right: .5em !important;
}*/
.flexPageTabContent.is-active {
display: flex!important;
}
@media all and (max-width: 600px) {
.libraryPage > .ui-content {