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

change sticky to relative for mobile too to gain more room

This commit is contained in:
grafixeyehero 2020-01-03 22:37:11 +03:00
parent ac9fece8cc
commit f92c05b9d3

View file

@ -447,6 +447,7 @@
bottom: .75em bottom: .75em
} }
.layout-mobile .detailPagePrimaryContainer,
.layout-tv .detailPagePrimaryContainer { .layout-tv .detailPagePrimaryContainer {
position: relative; position: relative;
} }
@ -482,6 +483,7 @@
padding-right: 2%; padding-right: 2%;
} }
.layout-mobile .detailImageContainer,
.layout-tv .detailImageContainer { .layout-tv .detailImageContainer {
position: relative; position: relative;
} }