rotary-button style
This commit is contained in:
@@ -89,11 +89,11 @@ html(lang="en")
|
|||||||
v-if="80 <= state.rpi_temp",
|
v-if="80 <= state.rpi_temp",
|
||||||
title="Raspberry Pi temperature too high.")
|
title="Raspberry Pi temperature too high.")
|
||||||
|
|
||||||
button.rotary(:class="is_rotary_active && 'active'", @click="toggle_rotary")
|
|
||||||
img(src="/images/rotary.svg", alt="rotary")
|
|
||||||
|
|
||||||
.whitespace
|
.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" +
|
.video(title="Plug camera into USB.\n" +
|
||||||
"Left click to toggle video size.\n" +
|
"Left click to toggle video size.\n" +
|
||||||
"Right click to toggle crosshair.", @click="toggle_video",
|
"Right click to toggle crosshair.", @click="toggle_video",
|
||||||
|
|||||||
@@ -1029,7 +1029,7 @@ tt.save
|
|||||||
line-height 1.5
|
line-height 1.5
|
||||||
white-space pre-line
|
white-space pre-line
|
||||||
|
|
||||||
.rotary
|
.rotary-button
|
||||||
border none
|
border none
|
||||||
background transparent
|
background transparent
|
||||||
cursor pointer
|
cursor pointer
|
||||||
|
|||||||
Reference in New Issue
Block a user