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

fix detailImageProgressContainer position

This commit is contained in:
grafixeyehero 2019-12-09 22:18:13 +03:00
parent 6a16d84e71
commit 7b61b5d2e0

View file

@ -472,7 +472,6 @@
} }
.detailImageContainer { .detailImageContainer {
padding-left:2%;
width: 280px; width: 280px;
-webkit-flex-shrink: 0; -webkit-flex-shrink: 0;
flex-shrink: 0; flex-shrink: 0;
@ -715,10 +714,10 @@
.detailImageProgressContainer { .detailImageProgressContainer {
position: absolute; position: absolute;
bottom: 4px; width: 240px;
right: 1px; bottom: 12px;
left: 1px; text-align: center;
text-align: center padding-left: 20px;
} }
.detailButton-mobile-text { .detailButton-mobile-text {