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);
|
color: var(--background-color);
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
margin: 0 0 0 4rem;
|
||||||
text-shadow: 0 0 .3rem var(--secondary-color);
|
text-shadow: 0 0 .3rem var(--secondary-color);
|
||||||
z-index: 999; }
|
z-index: 999; }
|
||||||
|
|
||||||
#overlay span.c-autoplay {
|
#overlay span.c-autoplay {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0; }
|
right: 0;
|
||||||
|
margin: 0 4rem 0 0; }
|
||||||
|
|
||||||
#overlay :is(video, audio, img) {
|
#overlay :is(video, audio, img) {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user