Show a warning on unencrypted media

This commit is contained in:
Robin
2023-11-20 19:04:53 -05:00
parent aa8ef57ee0
commit 49a50514fd
3 changed files with 48 additions and 10 deletions

View File

@@ -88,11 +88,11 @@ limitations under the License.
flex-shrink: 0;
}
.nameTag > svg[data-muted="true"] {
.muteIcon[data-muted="true"] {
color: var(--cpd-color-icon-secondary);
}
.nameTag > svg[data-muted="false"] {
.muteIcon[data-muted="false"] {
color: var(--cpd-color-icon-primary);
}
@@ -103,6 +103,10 @@ limitations under the License.
padding-inline: var(--cpd-space-2x);
}
.errorIcon {
color: var(--cpd-color-icon-critical-primary);
}
.toolbar {
position: absolute;
top: 0;