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

centering primery title on mobile layout

This commit is contained in:
grafixeyehero 2020-01-17 21:00:12 +03:00
parent a821b78a8b
commit b9ee5c7c24

View file

@ -408,6 +408,19 @@
position: relative;
}
.layout-mobile .parentName,
.layout-mobile .itemName,
.layout-mobile .itemMiscInfo,
.layout-mobile .mainDetailButtons {
display: flex;
align-items: center;
justify-content: center;
}
.layout-mobile .infoText {
white-space: normal;
}
.layout-tv .detailPagePrimaryContainer {
position: relative;
}