Centered toggle

This commit is contained in:
MiepHD
2022-11-22 17:56:23 +01:00
parent de7bc828b1
commit 46bfec299c

View File

@ -2,6 +2,10 @@
align-items: unset !important;
}
#main-panel {
position: relative;
}
.video-switch-button {
z-index: 999;
box-sizing: border-box;
@ -18,6 +22,7 @@
color: #fff;
padding-right: 120px;
position: absolute;
left: calc(50% - 120px);
}
.video-switch-button:before {