From ff0fb4bcfd2631760926b973a2498133cede2bca Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 21 Mar 2026 09:59:43 +0200 Subject: [PATCH] fix(video): styles not applied to note list --- apps/client/src/widgets/type_widgets/file/Video.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/file/Video.css b/apps/client/src/widgets/type_widgets/file/Video.css index 4b46b1059d..97d207ddf4 100644 --- a/apps/client/src/widgets/type_widgets/file/Video.css +++ b/apps/client/src/widgets/type_widgets/file/Video.css @@ -1,8 +1,8 @@ -.note-detail-file > .video-preview-wrapper { +.video-preview-wrapper { width: 100%; height: 100%; position: relative; - background-color: black; + background-color: black; .video-preview { background-color: black;