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

Merge pull request #788 from nyanmisaka/mobilefix

Fix detail page title on mobile layout
This commit is contained in:
dkanada 2020-02-11 03:41:51 +09:00 committed by GitHub
commit 22d1d69a2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -509,13 +509,14 @@
align-items: center; align-items: center;
align-content: center; align-content: center;
position: sticky; position: sticky;
top: 6.6%; top: 3.85em;
z-index: 2; z-index: 2;
} }
.layout-mobile .detailPagePrimaryContainer { .layout-mobile .detailPagePrimaryContainer {
display: block; display: block;
position: relative; position: relative;
top: 0;
} }
.layout-tv .detailPagePrimaryContainer { .layout-tv .detailPagePrimaryContainer {