Added option to change alignment of video-toggle

This commit is contained in:
MiepHD
2022-12-28 10:23:11 +01:00
parent 46bfec299c
commit 74c9fe13e2
3 changed files with 48 additions and 1 deletions

View File

@ -22,7 +22,7 @@
color: #fff;
padding-right: 120px;
position: absolute;
left: calc(50% - 120px);
left: var(--align);
}
.video-switch-button:before {