Lebel Rotary Button
This commit is contained in:
@@ -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" +
|
||||
|
||||
@@ -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
|
||||
@@ -122,6 +122,9 @@ tt
|
||||
border 1px solid black
|
||||
cursor not-allowed
|
||||
|
||||
.rotary-text
|
||||
text-align center
|
||||
|
||||
.video
|
||||
position relative
|
||||
width 174px
|
||||
|
||||
Reference in New Issue
Block a user