Fix: Dark overlay on Continue Watching and Chapter cards did not render correctly on some browsers #130?

dev: improved compatibility with Firefox
This commit is contained in:
lscambo13
2025-11-04 20:09:46 +05:30
parent 556acc22c5
commit 8f620b489f

View File

@@ -210,6 +210,7 @@ html {
font-size: .8em; font-size: .8em;
color: var(--borderColor); color: var(--borderColor);
display: inline-grid; display: inline-grid;
width: 100%;
width: -webkit-fill-available; width: -webkit-fill-available;
justify-content: center; justify-content: center;
font-weight: 600; font-weight: 600;
@@ -1914,6 +1915,8 @@ progress+span {
.chapterThumbTextContainer { .chapterThumbTextContainer {
background: var(--cardFooterGradient); background: var(--cardFooterGradient);
text-shadow: .1em .1em 0px black; text-shadow: .1em .1em 0px black;
width: 100%;
height: 100%;
width: -webkit-fill-available; width: -webkit-fill-available;
height: -webkit-fill-available; height: -webkit-fill-available;
padding: 0em 2em 2em 2em; padding: 0em 2em 2em 2em;