fix(video): use single-column tile grid when chat is open #278

Merged
hodlbod merged 1 commits from userAdityaa/flotilla:video-tile into dev 2026-05-20 16:42:16 +00:00
Collaborator

Summary

When chat is open, the video area is only half the screen wide. The app was still laying out multiple videos in two columns, so each tile became very small.

Now, with chat open, multiple videos stack in one column so each tile uses the full width of the video panel. With chat closed, you still get two columns on larger screens when there are 3+ feeds.

closes #268

### Summary When chat is open, the video area is only half the screen wide. The app was still laying out multiple videos in two columns, so each tile became very small. Now, with chat open, multiple videos stack in one column so each tile uses the full width of the video panel. With chat closed, you still get two columns on larger screens when there are 3+ feeds. closes #268
userAdityaa added 1 commit 2026-05-20 05:31:50 +00:00
hodlbod merged commit eb8dd330b6 into dev 2026-05-20 16:42:16 +00:00
hodlbod deleted branch video-tile 2026-05-20 16:42:16 +00:00
Sign in to join this conversation.