Group admin sound settings
This commit is contained in:
@@ -342,6 +342,11 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
|||||||
.telegram-settings input:not([type="checkbox"]) {
|
.telegram-settings input:not([type="checkbox"]) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.sound-settings input[type="range"] {
|
||||||
|
width: 100%;
|
||||||
|
padding: 0;
|
||||||
|
accent-color: var(--brand);
|
||||||
|
}
|
||||||
.settings-top-row {
|
.settings-top-row {
|
||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
+7
-4
@@ -180,9 +180,11 @@
|
|||||||
</section>
|
</section>
|
||||||
<section class="settings-tab-panel" data-settings-panel="admin">
|
<section class="settings-tab-panel" data-settings-panel="admin">
|
||||||
<div class="admin-preferences">
|
<div class="admin-preferences">
|
||||||
|
<fieldset class="effect-settings sound-settings">
|
||||||
|
<legend>BO zvuk</legend>
|
||||||
<label class="setting-switch">Zvuk notifikaci <input id="adminSoundToggleSettings" type="checkbox"></label>
|
<label class="setting-switch">Zvuk notifikaci <input id="adminSoundToggleSettings" type="checkbox"></label>
|
||||||
<label>Hlasitost <input id="adminSoundVolumeSettings" type="range" min="0" max="100" step="5"></label>
|
<label class="full-row">Hlasitost <input id="adminSoundVolumeSettings" type="range" min="0" max="100" step="5"></label>
|
||||||
<label>Styl zvuku
|
<label class="full-row">Styl zvuku
|
||||||
<select id="adminSoundStyle">
|
<select id="adminSoundStyle">
|
||||||
<option value="bright">Jasny</option>
|
<option value="bright">Jasny</option>
|
||||||
<option value="soft">Jemny</option>
|
<option value="soft">Jemny</option>
|
||||||
@@ -192,8 +194,9 @@
|
|||||||
<option value="double">Dvojite upozorneni</option>
|
<option value="double">Dvojite upozorneni</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
<label class="setting-switch">Opakovat do otevreni chatu <input id="adminSoundRepeat" type="checkbox"></label>
|
<label class="setting-switch full-row">Opakovat do otevreni chatu <input id="adminSoundRepeat" type="checkbox"></label>
|
||||||
<button id="adminSoundTest" type="button">Otestovat zvuk</button>
|
<button id="adminSoundTest" class="full-row" type="button">Otestovat zvuk</button>
|
||||||
|
</fieldset>
|
||||||
<fieldset class="effect-settings ai-settings">
|
<fieldset class="effect-settings ai-settings">
|
||||||
<legend>AI preklady</legend>
|
<legend>AI preklady</legend>
|
||||||
<p class="ai-help">
|
<p class="ai-help">
|
||||||
|
|||||||
Reference in New Issue
Block a user