feat: Decorate the streams with a border
This commit is contained in:
parent
01bcd4fa95
commit
60d4458f0d
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ label {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
object-fit: contain;
|
border-radius: 10px;
|
||||||
|
border: 2px solid $black;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.webcam {
|
.webcam {
|
||||||
|
|
Loading…
Reference in a new issue