bigger microphone buttons
Browse files
app.py
CHANGED
@@ -125,6 +125,15 @@ def infer_from_c(prompt, c_name):
|
|
125 |
css = """
|
126 |
#col-container {max-width: 780px; margin-left: auto; margin-right: auto;}
|
127 |
a {text-decoration-line: underline; font-weight: 600;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
.animate-spin {
|
129 |
animation: spin 1s linear infinite;
|
130 |
}
|
|
|
125 |
css = """
|
126 |
#col-container {max-width: 780px; margin-left: auto; margin-right: auto;}
|
127 |
a {text-decoration-line: underline; font-weight: 600;}
|
128 |
+
.mic-wrap > button {
|
129 |
+
width: 100%;
|
130 |
+
height: 60px;
|
131 |
+
font-size: 1.5em!important;
|
132 |
+
}
|
133 |
+
span.record-icon > span.dot.svelte-1thnwz {
|
134 |
+
width: 20px!important;
|
135 |
+
height: 20px!important;
|
136 |
+
}
|
137 |
.animate-spin {
|
138 |
animation: spin 1s linear infinite;
|
139 |
}
|