fix(recording): improve recording capture quality and align preview button loading state
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user