diff --git a/src/pug/index.pug b/src/pug/index.pug index 9606f0a..ee51eec 100644 --- a/src/pug/index.pug +++ b/src/pug/index.pug @@ -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" +