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) {
|
@media all and (min-width:40em) {
|
||||||
|
|
||||||
.dashboardDocument .adminDrawerLogo,
|
.dashboardDocument .adminDrawerLogo,
|
||||||
.dashboardDocument .mainDrawerButton {
|
.dashboardDocument .mainDrawerButton {
|
||||||
display: none !important
|
display: none !important
|
||||||
|
@ -252,21 +251,11 @@
|
||||||
margin-top: 5em !important
|
margin-top: 5em !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardDocument withSectionTabs .mainDrawer-scrollContainer {
|
|
||||||
margin-top: 8.7em !important
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboardDocument .skinBody {
|
.dashboardDocument .skinBody {
|
||||||
left: 20em
|
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) {
|
@media all and (max-width:60em) {
|
||||||
.libraryDocument .mainDrawerButton {
|
.libraryDocument .mainDrawerButton {
|
||||||
display: none
|
display: none
|
||||||
|
@ -275,11 +264,11 @@
|
||||||
|
|
||||||
@media all and (max-width:84em) {
|
@media all and (max-width:84em) {
|
||||||
.withSectionTabs .headerTop {
|
.withSectionTabs .headerTop {
|
||||||
padding-bottom: .2em
|
padding-bottom: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sectionTabs {
|
.sectionTabs {
|
||||||
font-size: 83.5%
|
font-size: 83.5%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -315,12 +304,8 @@
|
||||||
top: 5.7em !important
|
top: 5.7em !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardDocument.withSectionTabs .mainDrawer-scrollContainer {
|
|
||||||
margin-top: 6.1em !important
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboardDocument .mainDrawer-scrollContainer {
|
.dashboardDocument .mainDrawer-scrollContainer {
|
||||||
margin-top: 6.3em !important
|
margin-top: 6em !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1347,7 +1347,7 @@
|
||||||
"TabMyPlugins": "My Plugins",
|
"TabMyPlugins": "My Plugins",
|
||||||
"TabNetworks": "Networks",
|
"TabNetworks": "Networks",
|
||||||
"TabNetworking": "Networking",
|
"TabNetworking": "Networking",
|
||||||
"TabNfoSettings": "NFO settings",
|
"TabNfoSettings": "NFO Settings",
|
||||||
"TabNotifications": "Notifications",
|
"TabNotifications": "Notifications",
|
||||||
"TabOther": "Other",
|
"TabOther": "Other",
|
||||||
"TabParentalControl": "Parental Control",
|
"TabParentalControl": "Parental Control",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue