Update style.css
Browse files
style.css
CHANGED
@@ -6,17 +6,11 @@
|
|
6 |
|
7 |
a { text-decoration-line: underline; font-weight: 600; }
|
8 |
|
9 |
-
div#record_btn > .mt-6 {
|
10 |
-
margin-top: 0!important;
|
11 |
-
}
|
12 |
-
|
13 |
-
div#record_btn > .mt-6 button {
|
14 |
-
width: 100%;
|
15 |
-
height: 40px;
|
16 |
-
}
|
17 |
-
|
18 |
div#record_btn .mic-wrap > button {
|
19 |
-
|
|
|
|
|
|
|
20 |
}
|
21 |
|
22 |
div#error_handler .openai_error {
|
@@ -28,12 +22,12 @@ div#error_handler .openai_clear {
|
|
28 |
}
|
29 |
|
30 |
div#error_handler span {
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
}
|
38 |
|
39 |
.footer {
|
|
|
6 |
|
7 |
a { text-decoration-line: underline; font-weight: 600; }
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
div#record_btn .mic-wrap > button {
|
10 |
+
width: 100%;
|
11 |
+
margin-top: 6px;
|
12 |
+
padding: 9px;
|
13 |
+
border-radius: 20px;
|
14 |
}
|
15 |
|
16 |
div#error_handler .openai_error {
|
|
|
22 |
}
|
23 |
|
24 |
div#error_handler span {
|
25 |
+
font-family: 'IBM Plex Mono';
|
26 |
+
font-size: 0.8em;
|
27 |
+
padding: 16px;
|
28 |
+
display: flex;
|
29 |
+
border: 1px solid #374151;
|
30 |
+
border-radius: 10px;
|
31 |
}
|
32 |
|
33 |
.footer {
|