Skip to content

Commit 4ce353f

Browse files
Set DailyVideo width to 3/4
Update FixAV.jsx to change the DailyVideo element's Tailwind class from w-full to w-3/4, reducing the video's displayed width for improved layout/alignment in the call UI.
1 parent dac0173 commit 4ce353f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/call/FixAV.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ export function useFixAV(
704704
<DailyVideo
705705
sessionId={localSessionId}
706706
mirror
707-
className="h-auto max-h-40 w-full rounded-lg object-contain"
707+
className="h-auto max-h-40 w-3/4 rounded-lg object-contain"
708708
/>
709709
</div>
710710
</div>

0 commit comments

Comments
 (0)