Skip to content

Commit 7095b59

Browse files
Update index.html
1 parent 8d4555b commit 7095b59

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,15 @@ <h2 style="margin: 0; text-shadow: 0 0 2px var(--search-background);">LANG_CONTR
146146
<span class="qc-label">LANG_SILENT</span>
147147
<input type="checkbox" id="silent_switch" class="qc-switch" hidden>
148148
</div>
149-
<div class="qcontrol-item" id="temp_control_qc">
150-
<span class="material-symbols-rounded">thermostat_auto</span>
151-
<span class="qc-label">LANG_TONE</span>
152-
<span id="thermostat-value">0</span>
149+
<div style="display: flex; gap: 10px;">
150+
<div class="qcontrol-item" id="temp_control_qc">
151+
<span class="material-symbols-rounded">thermostat_auto</span>
152+
<span class="qc-label">LANG_TONE</span>
153+
<span id="thermostat-value">0</span>
154+
</div>
155+
<div class="qcontrol-item" id="night-mode-qc">
156+
<span class="material-symbols-rounded">bedtime</span>
157+
</div>
153158
</div>
154159
<div class="qcontrol-item" id="minimal_mode_qc">
155160
<span class="material-symbols-rounded">filter_tilt_shift</span>

0 commit comments

Comments
 (0)