diff --git a/src/assets/css/chat.scss b/src/assets/css/chat.scss
index 9be01bb..1203c5c 100644
--- a/src/assets/css/chat.scss
+++ b/src/assets/css/chat.scss
@@ -613,13 +613,26 @@ $admin-fg: white;
}
}
+.mic-button {
+ background-color: transparent !important;
+ &.waiting-for-long-tap {
+ transition: background-color 0.5s;
+ background-color: black !important;
+ .v-icon {
+ color: white !important;
+ }
+ }
+}
+
.voice-recorder {
position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
+ //top: 0;
+ left: 10px;
+ bottom: 0px;
+ right: 10px;
+ border-radius: 10px;
background-color: black;
+ overflow: hidden;
.will-cancel {
background-color: #ff3300;
}
diff --git a/src/components/Chat.vue b/src/components/Chat.vue
index bfbb76e..6b55e77 100644
--- a/src/components/Chat.vue
+++ b/src/components/Chat.vue
@@ -153,15 +153,14 @@
v-if="!currentInput || currentInput.length == 0"
>
mic
@@ -209,6 +208,7 @@
-
-
-
-
-
- {{ recordingTime }}
-
-
-
- << Swipe to cancel
-
-
-
-
-
-
-
-
- delete_outline
-
-
- Release to cancel
-
-
-
-
-
-
-
-
-
-
-
-
- {{ recordingTime }}
-
-
-
- Cancel
-
-
- stop
-
-
-
-
-
-
-
-
+
+
+
+
-
- Failed to record audio
+
+ delete_outline
+
+
+
+ stop
+
+
+ arrow_upward
+
+
+ fiber_manual_record
+
+
+
+
+ close
+
-
-
-
+
+
+
+
+ {{ recordingTime }}
+
+
+
+ << Swipe to cancel
+
+
+
+
+
+
+
+
+ delete_outline
+
+
+ Release to cancel
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ recordingTime }}
+
+
+
+ Cancel
+
+
+ stop
+
+
+
+
+
+
+
+
+
+
+ Failed to record audio
+
+
+
+ close
+
+
+
+
+
+
+
+
+