From b9b5ddb8481b16547d95ef5be6c611d321af06b6 Mon Sep 17 00:00:00 2001 From: Arek Nawo Date: Mon, 19 Jan 2026 20:45:45 +0100 Subject: [PATCH] fix: Video view styles --- .../src/features/editor/components/video/video-view.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/features/editor/components/video/video-view.module.css b/apps/client/src/features/editor/components/video/video-view.module.css index 8e6b2f63..fdb959dd 100644 --- a/apps/client/src/features/editor/components/video/video-view.module.css +++ b/apps/client/src/features/editor/components/video/video-view.module.css @@ -11,5 +11,6 @@ .video { display: block; width: 100%; + height: 100%; border-radius: 8px; }