Restore sound switch row styling
This commit is contained in:
@@ -339,6 +339,10 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
|||||||
display: grid;
|
display: grid;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
.effect-settings .setting-switch.full-row {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.telegram-settings input:not([type="checkbox"]) {
|
.telegram-settings input:not([type="checkbox"]) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -182,7 +182,7 @@
|
|||||||
<div class="admin-preferences">
|
<div class="admin-preferences">
|
||||||
<fieldset class="effect-settings sound-settings">
|
<fieldset class="effect-settings sound-settings">
|
||||||
<legend>BO zvuk</legend>
|
<legend>BO zvuk</legend>
|
||||||
<label class="setting-switch">Zvuk notifikaci <input id="adminSoundToggleSettings" type="checkbox"></label>
|
<label class="setting-switch full-row">Zvuk notifikaci <input id="adminSoundToggleSettings" type="checkbox"></label>
|
||||||
<label class="full-row">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 class="full-row">Styl zvuku
|
<label class="full-row">Styl zvuku
|
||||||
<select id="adminSoundStyle">
|
<select id="adminSoundStyle">
|
||||||
|
|||||||
Reference in New Issue
Block a user