Fix: Continue watching progress bar and the chapter cards were bugged on Firefox
This commit is contained in:
parent
beaf6415d0
commit
5641b4c7d6
1 changed files with 7 additions and 4 deletions
|
|
@ -1909,17 +1909,20 @@ progress + span {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.innerCardFooter,
|
||||
.chapterCardImageContainer {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.innerCardFooter,
|
||||
.chapterThumbTextContainer {
|
||||
background: var(--cardFooterGradient);
|
||||
text-shadow: 0.1em 0.1em 0px black;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: -webkit-fill-available;
|
||||
height: -webkit-fill-available;
|
||||
padding: 0em 2em 2em 2em;
|
||||
align-content: end;
|
||||
display: grid;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.chapterCardImageContainer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue