From 91374c3e06ef7c6f8d0fb09bf73232d4fceb5f19 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Mon, 14 Oct 2024 12:59:23 +0530 Subject: [PATCH] change icons size --- src/pug/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" +