Spaces:
Sleeping
Sleeping
Update static/css/style.css
Browse files- static/css/style.css +6 -1
static/css/style.css
CHANGED
|
@@ -69,6 +69,11 @@ body {
|
|
| 69 |
border-top: 1px solid #ccc;
|
| 70 |
}
|
| 71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
input[type="text"] {
|
| 73 |
flex: 1;
|
| 74 |
padding: 10px;
|
|
@@ -84,4 +89,4 @@ button {
|
|
| 84 |
border: none;
|
| 85 |
font-size: 20px;
|
| 86 |
cursor: pointer;
|
| 87 |
-
}
|
|
|
|
| 69 |
border-top: 1px solid #ccc;
|
| 70 |
}
|
| 71 |
|
| 72 |
+
button#mic-button {
|
| 73 |
+
order: -1; /* Moves the mic button to the left */
|
| 74 |
+
margin-right: 10px;
|
| 75 |
+
}
|
| 76 |
+
|
| 77 |
input[type="text"] {
|
| 78 |
flex: 1;
|
| 79 |
padding: 10px;
|
|
|
|
| 89 |
border: none;
|
| 90 |
font-size: 20px;
|
| 91 |
cursor: pointer;
|
| 92 |
+
}
|