Skip to content

Commit

Permalink
Support smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd committed Oct 11, 2023
1 parent 8e62a6f commit b9c32b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/camera/[cameraKey].tsx
Expand Up @@ -75,6 +75,7 @@ export default function Page() {
bottom: 0;
left: 0;
min-height: 100vh;
min-height: 100dvh;
& > video {
width: 100%;
Expand Down

0 comments on commit b9c32b9

Please sign in to comment.