ui fix
This commit is contained in:
@@ -91,8 +91,9 @@ html(lang="en")
|
|||||||
|
|
||||||
.whitespace
|
.whitespace
|
||||||
|
|
||||||
button.rotary-button(:class="is_rotary_active && 'active'", @click="toggle_rotary")
|
div
|
||||||
img(src="/images/rotary.svg", alt="rotary")
|
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" +
|
.video(title="Plug camera into USB.\n" +
|
||||||
"Left click to toggle video size.\n" +
|
"Left click to toggle video size.\n" +
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ tt
|
|||||||
flex-grow 1
|
flex-grow 1
|
||||||
|
|
||||||
.rotary-button
|
.rotary-button
|
||||||
border none
|
border 1px solid transparent
|
||||||
background transparent
|
background transparent
|
||||||
cursor pointer
|
cursor pointer
|
||||||
width 100px
|
width 100px
|
||||||
@@ -110,7 +110,7 @@ tt
|
|||||||
|
|
||||||
&.active
|
&.active
|
||||||
border 1px solid #54ed54
|
border 1px solid #54ed54
|
||||||
fill #ccffcb
|
fill #ccffcb !important
|
||||||
|
|
||||||
.video
|
.video
|
||||||
position relative
|
position relative
|
||||||
|
|||||||
Reference in New Issue
Block a user