From a065cc0a2cd91646709e56aef6e8cc99e94d7771 Mon Sep 17 00:00:00 2001 From: byGalax Date: Tue, 12 May 2026 18:39:06 +0200 Subject: [PATCH] feat(call): drop hardcoded 16:9 on screen-share preview button --- apps/desktop/src/components/ScreenShareViewer.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/desktop/src/components/ScreenShareViewer.tsx b/apps/desktop/src/components/ScreenShareViewer.tsx index 4deb48f..5ce09ec 100644 --- a/apps/desktop/src/components/ScreenShareViewer.tsx +++ b/apps/desktop/src/components/ScreenShareViewer.tsx @@ -110,8 +110,7 @@ export function ScreenShareViewer({ type="button" onClick={() => watchShare(share.participantId)} aria-label={t('app:call.watch_screen', { defaultValue: 'Bildschirm anschauen' })} - className="group relative block w-full cursor-pointer overflow-hidden bg-ink-900 focus:outline-none" - style={{ aspectRatio: '16 / 9' }} + className="group relative block h-full w-full flex-1 cursor-pointer overflow-hidden bg-ink-900 focus:outline-none" >