fix detail page title on mobile devices

This commit is contained in:
Nyanmisaka 2020-02-10 01:05:45 +08:00 committed by GitHub
parent 4fc39ff94c
commit 58cb50a2d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {