Add local view and recording

This commit is contained in:
James Hush
2025-04-01 19:26:41 +08:00
parent 7fdf996f0e
commit ac7e38719d
3 changed files with 34 additions and 14 deletions

View File

@@ -56,6 +56,12 @@ button:disabled {
align-items: center;
}
.local-container {
display: flex;
flex-direction: column;
align-items: center;
}
.video-container {
width: 640px;
height: 360px;