Merge pull request #1405 from Influence365/fix-movie-progressbar-width
Fix Movie Progress Bar Width
This commit is contained in:
commit
d9f8ae70b7
1 changed files with 2 additions and 2 deletions
|
@ -799,9 +799,9 @@ div.itemDetailGalleryLink.defaultCardBackground {
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailImageProgressContainer {
|
.detailImageProgressContainer {
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 22.786458333333332vw;
|
margin-top: -0.4vw;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailButton-text {
|
.detailButton-text {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue