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

Fix leftHeader alignement issue

This commit is contained in:
MrTimscampi 2019-12-30 14:17:51 +01:00
parent ecf0ee0c34
commit b56cc14a1b

View file

@ -133,10 +133,11 @@
} }
.headerLeft { .headerLeft {
display: flex; display: flex;justify-content: left;
align-items: center; align-items: center;
flex-grow: 1; flex-grow: 1;
overflow: hidden overflow: hidden;
justify-content: left;
} }
.sectionTabs { .sectionTabs {
@ -530,7 +531,7 @@
display: none display: none
} }
} }
justify-content: left;
@media all and (min-width:31.25em) { @media all and (min-width:31.25em) {
.mobileDetails { .mobileDetails {
display: none display: none