autoplay-toggle: use label tag

from upstream:

<label> is semantic and makes clicking the text activate in checkbox
This commit is contained in:
Jesús
2021-06-29 19:07:40 -05:00
parent 8d45ca855a
commit c6fe980a7a
2 changed files with 24 additions and 8 deletions

View File

@@ -346,7 +346,6 @@ label[for=options-toggle-cbox] {
.side-videos { grid-area: side-videos; }
.side-videos .related-autoplay {
list-style: none;
display: grid;
grid-template-columns: repeat(2, auto);
justify-content: start;