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:
parent
a821b78a8b
commit
b9ee5c7c24
1 changed files with 13 additions and 0 deletions
|
@ -408,6 +408,19 @@
|
||||||
position: relative;
|
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 {
|
.layout-tv .detailPagePrimaryContainer {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue