fix(recording): improve recording capture quality and align preview button loading state

This commit is contained in:
2026-04-12 23:21:45 +00:00
parent 3eeb9dc46f
commit d178d6cb73
4 changed files with 17 additions and 4 deletions
+4 -1
View File
@@ -383,6 +383,9 @@ export class WccRecordingPanel extends DeesElement {
font-weight: 500;
cursor: pointer;
transition: all 0.15s ease;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.preview-btn.secondary {
@@ -549,7 +552,7 @@ export class WccRecordingPanel extends DeesElement {
border-radius: 50%;
border-top-color: white;
animation: spin 0.8s linear infinite;
margin-right: 0.5rem;
flex-shrink: 0;
}
@keyframes spin {