Use shadow for trickplay thumbnail text

instead of the distracting black container background.

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka
2025-05-03 00:08:49 +08:00
parent f59c52ccdf
commit c15697ee05

View File

@@ -85,7 +85,7 @@
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
background: none;
padding: 0.25em 0.5em;
user-select: none;
}
@@ -94,10 +94,12 @@
padding: 0.25em 0;
margin: 0;
opacity: 1;
color: #fff;
text-shadow: 0 0 25px #000, 0 0 6px #000;
}
.chapterThumbText-dim {
opacity: 0.6;
opacity: 0.9;
}
.videoOsdBottom-hidden {