Add padding for overlay label and autoplay.
This commit is contained in:
parent
77f79c4fb4
commit
c6806b664f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user