mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework tabs
This commit is contained in:
parent
14a8cf548f
commit
25f06c166b
25 changed files with 424 additions and 634 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue