From 07c2342b7b9de1768d39ee3bc3e917002eba296f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 26 Feb 2025 19:22:12 +0200 Subject: [PATCH] feat(file): display video in full-width & full-height --- src/public/app/widgets/type_widgets/file.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/public/app/widgets/type_widgets/file.ts b/src/public/app/widgets/type_widgets/file.ts index 1e75bfdb0..0d10783a0 100644 --- a/src/public/app/widgets/type_widgets/file.ts +++ b/src/public/app/widgets/type_widgets/file.ts @@ -29,6 +29,11 @@ const TPL = ` overflow: auto; margin: 10px; } + + .note-detail-file > .video-preview { + width: 100%; + height: 100%; + }