ffdf63563b
Co-authored-by: V <vendicated@riseup.net>
30 lines
552 B
CSS
30 lines
552 B
CSS
.vc-rnnoise-popout {
|
|
background: var(--background-floating);
|
|
border-radius: 0.25em;
|
|
padding: 1em;
|
|
width: 16em;
|
|
}
|
|
|
|
.vc-rnnoise-popout-heading {
|
|
color: var(--text-normal);
|
|
font-weight: 500;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 1.1em;
|
|
margin-bottom: 1em;
|
|
gap: 0.5em;
|
|
}
|
|
|
|
.vc-rnnoise-popout-desc {
|
|
color: var(--text-muted);
|
|
font-size: 0.9em;
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.vc-rnnoise-tooltip {
|
|
text-align: center;
|
|
}
|