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