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:
parent
046deb4a50
commit
b58473b366
2 changed files with 4 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue