We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3c5ab commit 53d399eCopy full SHA for 53d399e
src/App.vue
@@ -22,7 +22,7 @@ function returnVoiceTranscript(transcript) {
22
<template>
23
<Nucleus :config="configApp">
24
<div class="content">
25
- <h2>VoiceCapture Example</h2>
+ <h2>Voice Capture Example</h2>
26
<div class="content-actions">
27
<div class="example-actions">
28
<button
@@ -162,4 +162,19 @@ function returnVoiceTranscript(transcript) {
162
resize: vertical;
163
height: 100px;
164
}
165
+
166
+.content-actions {
167
+ display: flex;
168
+ gap: 20px;
169
+ button,
170
+ .language {
171
+ width: 50%;
172
+ }
173
+ @media (max-width: 800px) {
174
+ flex-direction: column;
175
176
+ width: 100%;
177
178
179
+}
180
</style>
0 commit comments