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

use same css rules for section tabs (#422)

This commit is contained in:
dkanada 2019-08-29 14:53:43 -07:00 committed by GitHub
parent 046deb4a50
commit b58473b366
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 19 deletions

View file

@ -230,7 +230,6 @@
}
@media all and (min-width:40em) {
.dashboardDocument .adminDrawerLogo,
.dashboardDocument .mainDrawerButton {
display: none !important
@ -252,21 +251,11 @@
margin-top: 5em !important
}
.dashboardDocument withSectionTabs .mainDrawer-scrollContainer {
margin-top: 8.7em !important
}
.dashboardDocument .skinBody {
left: 20em
}
}
@media all and (min-width:40em) and (max-width:84em) {
.dashboardDocument.withSectionTabs .mainDrawer-scrollContainer {
margin-top: 8.4em !important
}
}
@media all and (max-width:60em) {
.libraryDocument .mainDrawerButton {
display: none
@ -275,11 +264,11 @@
@media all and (max-width:84em) {
.withSectionTabs .headerTop {
padding-bottom: .2em
padding-bottom: 0.2em;
}
.sectionTabs {
font-size: 83.5%
font-size: 83.5%;
}
}
@ -315,12 +304,8 @@
top: 5.7em !important
}
.dashboardDocument.withSectionTabs .mainDrawer-scrollContainer {
margin-top: 6.1em !important
}
.dashboardDocument .mainDrawer-scrollContainer {
margin-top: 6.3em !important
margin-top: 6em !important;
}
}