Lebel Rotary Button

This commit is contained in:
sanjayk03-dev
2024-12-01 18:45:33 +05:30
parent edef05e73d
commit 11d129c4f8
2 changed files with 5 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ html(lang="en")
div
button.rotary-button(:disabled="!enable_rotary", :class="is_rotary_active && 'active'", @click="showSwitchRotaryModeDialog")
img(src="/images/rotary.svg", alt="rotary", :style="is_rotary_active ? 'width:90%;' : 'width:85%;'")
div.rotary-text Rotary
.video(title="Plug camera into USB.\n" +
"Left click to toggle video size.\n" +

View File

@@ -103,7 +103,7 @@ tt
width 100px
height 100px
border-radius 100px
margin 20px 20px 0 0
margin 5px 0 5px 0
display flex
justify-content center
align-items center
@@ -121,6 +121,9 @@ tt
background #e0e0e0
border 1px solid black
cursor not-allowed
.rotary-text
text-align center
.video
position relative