Restore sound switch row styling

This commit is contained in:
rajchales-monito
2026-07-30 11:22:20 +02:00
parent 5754c0d18c
commit f2d184b35f
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -339,6 +339,10 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
display: grid;
align-items: stretch;
}
.effect-settings .setting-switch.full-row {
display: flex;
align-items: center;
}
.telegram-settings input:not([type="checkbox"]) {
width: 100%;
}