Spaces:
Running
Running
Commit ·
a063aac
1
Parent(s): a382702
Constrain audio-source-tab icons to 14px (were filling the button)
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -731,6 +731,7 @@ pre {
|
|
| 731 |
}
|
| 732 |
.audio-source-tab.active { background: var(--surface); color: var(--text); box-shadow: 0 1px 2px var(--shadow-color); }
|
| 733 |
.audio-source-tab:hover:not(.active) { color: var(--text); }
|
|
|
|
| 734 |
|
| 735 |
.record-pane { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px dashed var(--border); border-radius: 10px; background: var(--surface); }
|
| 736 |
.record-mic-btn {
|
|
|
|
| 731 |
}
|
| 732 |
.audio-source-tab.active { background: var(--surface); color: var(--text); box-shadow: 0 1px 2px var(--shadow-color); }
|
| 733 |
.audio-source-tab:hover:not(.active) { color: var(--text); }
|
| 734 |
+
.audio-source-tab svg { width: 14px; height: 14px; flex-shrink: 0; }
|
| 735 |
|
| 736 |
.record-pane { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px dashed var(--border); border-radius: 10px; background: var(--surface); }
|
| 737 |
.record-mic-btn {
|