Skip to content

Commit 246e0e3

Browse files
Update index.html
1 parent 92736fb commit 246e0e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ <h2 style="margin: 0; text-shadow: 0 0 2px var(--search-background);">LANG_CONTR
148148
</div>
149149
<div style="display: flex; gap: 10px;">
150150
<div class="qcontrol-item" id="temp_control_qc">
151-
<span class="material-symbols-rounded">thermostat_auto</span>
151+
<span class="material-symbols-rounded style="margin: 0;">thermostat_auto</span>
152152
<span class="qc-label">LANG_TONE</span>
153-
<span id="thermostat-value">0</span>
153+
<span id="thermostat-value" style="display: none;">0</span>
154154
</div>
155155
<div class="qcontrol-item" id="night-mode-qc">
156-
<span class="material-symbols-rounded">bedtime</span>
156+
<span class="material-symbols-rounded" style="margin: 0;">bedtime</span>
157157
</div>
158158
</div>
159159
<div class="qcontrol-item" id="minimal_mode_qc">

0 commit comments

Comments
 (0)