change icons size
This commit is contained in:
@@ -93,7 +93,7 @@ html(lang="en")
|
||||
|
||||
div
|
||||
button.rotary-button(:disabled="!enable_rotary", :class="is_rotary_active && 'active'", @click="toggle_rotary")
|
||||
img(src="/images/rotary.svg", alt="rotary", style="width:90%;")
|
||||
img(src="/images/rotary.svg", alt="rotary", style="is_rotary_active ? 'width:90%;' : 'width:85%;'")
|
||||
|
||||
.video(title="Plug camera into USB.\n" +
|
||||
"Left click to toggle video size.\n" +
|
||||
|
||||
Reference in New Issue
Block a user