Group admin sound settings

This commit is contained in:
rajchales-monito
2026-07-30 11:19:56 +02:00
parent 324a0d24a4
commit 5754c0d18c
2 changed files with 22 additions and 14 deletions
+5
View File
@@ -342,6 +342,11 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
.telegram-settings input:not([type="checkbox"]) {
width: 100%;
}
.sound-settings input[type="range"] {
width: 100%;
padding: 0;
accent-color: var(--brand);
}
.settings-top-row {
grid-column: 1 / -1;
display: grid;