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