refresh 2

This commit is contained in:
2025-11-09 18:40:31 +01:00
parent ecf5aebc3c
commit 0cd0c6de41

View File

@@ -509,7 +509,7 @@
</div> </div>
<div class="header-buttons"> <div class="header-buttons">
<button class="refresh-btn" onclick="refreshPage()" title="Seite aktualisieren"> <button class="refresh-btn" onclick="refreshPage()" title="Seite aktualisieren">
<span class="refresh-icon" id="refresh-icon"></span> <span class="refresh-icon" id="refresh-icon"></span>
</button> </button>
<button class="collapse-all-btn" onclick="toggleAllRooms()" title="Alle Räume ein-/ausklappen"> <button class="collapse-all-btn" onclick="toggleAllRooms()" title="Alle Räume ein-/ausklappen">
<span class="collapse-all-icon" id="collapse-all-icon"></span> <span class="collapse-all-icon" id="collapse-all-icon"></span>
@@ -905,6 +905,8 @@
toggleButton.textContent = 'Einschalten'; toggleButton.textContent = 'Einschalten';
toggleButton.className = 'toggle-button off'; toggleButton.className = 'toggle-button off';
} }
// Force reflow for iOS Safari
void toggleButton.offsetHeight;
} }
// Update brightness display and slider // Update brightness display and slider