1
0

Add padding for overlay label and autoplay.

This commit is contained in:
Alexander Andreev 2024-12-11 00:40:59 +04:00
parent 77f79c4fb4
commit c6806b664f
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -186,12 +186,14 @@ thead tr th.clickable.sort-down::after { content: '↓'; }
color: var(--background-color);
left: 0;
position: fixed;
margin: 0 0 0 4rem;
text-shadow: 0 0 .3rem var(--secondary-color);
z-index: 999; }
#overlay span.c-autoplay {
left: auto;
right: 0; }
right: 0;
margin: 0 4rem 0 0; }
#overlay :is(video, audio, img) {
margin: auto;