Skip to content

Commit

Permalink
Merge branch 'main' of github.com:smarthome-go/smarthome
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Jun 3, 2022
2 parents 6d4029c + 81a3a64 commit 9d017ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/pages/rooms/dialogs/camera/ViewCamera.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@
display: flex;
justify-content: center;
align-items: center;
@include widescreen {
height: 70vh;
}
}
img {
height: 100%;
width: 100%;
Expand All @@ -66,6 +71,7 @@
@include widescreen {
height: available;
width: min-content;
object-fit: contain;
}
}
</style>

0 comments on commit 9d017ab

Please sign in to comment.