Gate twitch integration

This commit is contained in:
2026-01-14 00:44:58 +01:00
parent a267f9b5ec
commit c3019a1c48
10 changed files with 267 additions and 38 deletions

View File

@@ -1929,6 +1929,12 @@ button:disabled:hover {
color: #cbd5e1;
}
.control-grid .checkbox-row {
flex-direction: row;
align-items: center;
gap: 10px;
}
.control-grid .inline-toggle {
align-items: center;
justify-content: space-between;