mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-12-27 22:37:47 +00:00
Fix: Continue watching progress bar and the chapter cards were bugged on Firefox
This commit is contained in:
@@ -1909,17 +1909,20 @@ progress + span {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.innerCardFooter,
|
||||||
|
.chapterCardImageContainer {
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.innerCardFooter,
|
.innerCardFooter,
|
||||||
.chapterThumbTextContainer {
|
.chapterThumbTextContainer {
|
||||||
background: var(--cardFooterGradient);
|
background: var(--cardFooterGradient);
|
||||||
text-shadow: 0.1em 0.1em 0px black;
|
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;
|
padding: 0em 2em 2em 2em;
|
||||||
align-content: end;
|
align-content: end;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chapterCardImageContainer {
|
.chapterCardImageContainer {
|
||||||
|
|||||||
Reference in New Issue
Block a user