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

Merge pull request #1405 from Influence365/fix-movie-progressbar-width

Fix Movie Progress Bar Width
This commit is contained in:
dkanada 2020-06-15 15:01:25 +09:00 committed by GitHub
commit d9f8ae70b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -799,9 +799,9 @@ div.itemDetailGalleryLink.defaultCardBackground {
}
.detailImageProgressContainer {
position: absolute;
bottom: 0;
width: 22.786458333333332vw;
margin-top: -0.4vw;
width: 100%;
}
.detailButton-text {