Add settings helper for HLS toggle

This commit is contained in:
spikecodes 2021-11-23 22:43:25 -08:00
parent 8e332b0630
commit 1cccef12a4
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
4 changed files with 14 additions and 3 deletions

View file

@ -1191,6 +1191,12 @@ input[type="submit"] {
color: var(--accent);
}
.helper {
padding: 10px;
width: 250px;
background: var(--highlighted) !important;
}
/* Markdown */
.md {