mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user