From: Andrew Gundersen Date: Tue, 16 Mar 2021 00:24:48 +0000 (-0500) Subject: inputitem playground X-Git-Tag: v0.9~28 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=224f502f1c39694299b2f9286a24b5aea0375af7;p=mime-chat inputitem playground --- diff --git a/src/components/inputItem/inputItem.vue b/src/components/inputItem/inputItem.vue index 918d4e9..ff367dc 100644 --- a/src/components/inputItem/inputItem.vue +++ b/src/components/inputItem/inputItem.vue @@ -5,6 +5,7 @@ :class="{ playing: isRecording }" :style="{ top: `${elementY}px`, left: `${elementX}px` }" > + AG @@ -13,7 +14,7 @@ - + @@ -53,38 +54,20 @@ export default defineComponent({