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

Merge pull request #759 from dannymichel/patch-3

Fix logo page margin
This commit is contained in:
Anthony Lavado 2020-02-08 15:54:10 -05:00 committed by GitHub
commit 0f31f8a261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,10 @@
flex-shrink: 1;
}
.pageTitleWithDefaultLogo {
margin-top: 0;
}
.headerLeft,
.skinHeader {
display: -webkit-box;