rotary-button style

This commit is contained in:
sanjayk03-dev
2024-10-14 12:21:30 +05:30
parent eb08613530
commit d9186358f6
2 changed files with 4 additions and 4 deletions

View File

@@ -89,11 +89,11 @@ html(lang="en")
v-if="80 <= state.rpi_temp",
title="Raspberry Pi temperature too high.")
button.rotary(:class="is_rotary_active && 'active'", @click="toggle_rotary")
img(src="/images/rotary.svg", alt="rotary")
.whitespace
button.rotary-button(:class="is_rotary_active && 'active'", @click="toggle_rotary")
img(src="/images/rotary.svg", alt="rotary")
.video(title="Plug camera into USB.\n" +
"Left click to toggle video size.\n" +
"Right click to toggle crosshair.", @click="toggle_video",

View File

@@ -1029,7 +1029,7 @@ tt.save
line-height 1.5
white-space pre-line
.rotary
.rotary-button
border none
background transparent
cursor pointer