fix(video): use single-column tile grid when chat is open #278
Reference in New Issue
Block a user
Delete Branch "userAdityaa/flotilla:video-tile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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