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:
commit
22d1d69a2e
1 changed files with 2 additions and 1 deletions
|
@ -509,13 +509,14 @@
|
|||
align-items: center;
|
||||
align-content: center;
|
||||
position: sticky;
|
||||
top: 6.6%;
|
||||
top: 3.85em;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.layout-mobile .detailPagePrimaryContainer {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.layout-tv .detailPagePrimaryContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue