This commit is contained in:
sanjayk03-dev
2024-10-14 12:34:42 +05:30
parent f4269da790
commit 57c2159b20
2 changed files with 5 additions and 4 deletions

View File

@@ -91,8 +91,9 @@ html(lang="en")
.whitespace
button.rotary-button(:class="is_rotary_active && 'active'", @click="toggle_rotary")
img(src="/images/rotary.svg", alt="rotary")
div
button.rotary-button(:class="is_rotary_active && 'active'", @click="toggle_rotary")
img(src="/images/rotary.svg", alt="rotary", style="width:90%;")
.video(title="Plug camera into USB.\n" +
"Left click to toggle video size.\n" +

View File

@@ -97,7 +97,7 @@ tt
flex-grow 1
.rotary-button
border none
border 1px solid transparent
background transparent
cursor pointer
width 100px
@@ -110,7 +110,7 @@ tt
&.active
border 1px solid #54ed54
fill #ccffcb
fill #ccffcb !important
.video
position relative