Use a consistent background colour for video tiles and avatars (#2868)
This commit is contained in:
@@ -18,8 +18,7 @@ Please see LICENSE in the repository root for full details.
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
background-color: black;
|
||||
background-color: var(--cpd-color-bg-subtle-primary);
|
||||
background-color: var(--video-tile-background);
|
||||
}
|
||||
|
||||
video.mirror {
|
||||
@@ -35,7 +34,7 @@ video.mirror {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: var(--cpd-color-bg-subtle-secondary);
|
||||
background-color: var(--video-tile-background);
|
||||
}
|
||||
|
||||
.buttonBar {
|
||||
|
||||
Reference in New Issue
Block a user