rotary button style

This commit is contained in:
sanjayk03-dev
2024-10-14 11:50:25 +05:30
parent d4c66d073c
commit eb08613530
3 changed files with 23 additions and 3 deletions

View File

@@ -89,9 +89,8 @@ html(lang="en")
v-if="80 <= state.rpi_temp",
title="Raspberry Pi temperature too high.")
.rotary
button(@click="toggle_rotary")
img(src="/images/rotary.svg", alt="rotary")
button.rotary(:class="is_rotary_active && 'active'", @click="toggle_rotary")
img(src="/images/rotary.svg", alt="rotary")
.whitespace