From 6b2ae8fd127c47f63f8fa7941b09f2da5073b8d5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 10 Mar 2026 18:49:36 +0200 Subject: [PATCH] feat(video_player): black background --- apps/client/src/widgets/type_widgets/file/Video.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/type_widgets/file/Video.css b/apps/client/src/widgets/type_widgets/file/Video.css index b5c8b44097..3b56326203 100644 --- a/apps/client/src/widgets/type_widgets/file/Video.css +++ b/apps/client/src/widgets/type_widgets/file/Video.css @@ -1,3 +1,3 @@ .note-detail-file > .video-preview { - + background-color: black; }