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

Merge pull request #1003 from MrTimscampi/admin-logo

Fix admin drawer logo showing up everywhere

(cherry picked from commit 9a65e0351a)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Vasily 2020-03-29 17:43:12 +03:00 committed by Joshua M. Boniface
parent 44c273f531
commit acf632e77e
2 changed files with 6 additions and 2 deletions

View file

@ -63,6 +63,10 @@ progress[aria-valuenow]::before {
} }
.adminDrawerLogo { .adminDrawerLogo {
display: none;
}
.layout-mobile .adminDrawerLogo {
padding: 1.5em 1em 1.2em; padding: 1.5em 1em 1.2em;
border-bottom: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;
margin-bottom: 1em; margin-bottom: 1em;
@ -161,7 +165,7 @@ div[data-role=controlgroup] a.ui-btn-active {
@media all and (min-width: 40em) { @media all and (min-width: 40em) {
.content-primary { .content-primary {
padding-top: 7em; padding-top: 4.6em;
} }
.withTabs .content-primary { .withTabs .content-primary {

View file

@ -313,7 +313,7 @@
} }
.dashboardDocument .mainDrawer-scrollContainer { .dashboardDocument .mainDrawer-scrollContainer {
margin-top: 6em !important; margin-top: 4.6em !important;
} }
} }