css typo
Browse files
app.py
CHANGED
|
@@ -130,6 +130,13 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
| 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;
|
|
|
|
| 130 |
height: 60px;
|
| 131 |
font-size: 1.5em!important;
|
| 132 |
}
|
| 133 |
+
.record-icon.svelte-1thnwz {
|
| 134 |
+
display: flex;
|
| 135 |
+
position: relative;
|
| 136 |
+
margin-right: var(--size-2);
|
| 137 |
+
width: unset;
|
| 138 |
+
height: unset;
|
| 139 |
+
}
|
| 140 |
span.record-icon > span.dot.svelte-1thnwz {
|
| 141 |
width: 20px!important;
|
| 142 |
height: 20px!important;
|