From ab9d50b905ed2eab85c2a5d209b8869f7ffdeef7 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 11 Mar 2026 21:06:08 +0200 Subject: [PATCH] feat(video): add blur for controls --- apps/client/src/widgets/type_widgets/file/Video.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/type_widgets/file/Video.css b/apps/client/src/widgets/type_widgets/file/Video.css index 59475d4e08..c4b2115e76 100644 --- a/apps/client/src/widgets/type_widgets/file/Video.css +++ b/apps/client/src/widgets/type_widgets/file/Video.css @@ -29,6 +29,7 @@ left: 0; right: 0; background: rgba(0, 0, 0, 0.5); + backdrop-filter: blur(6px); color: white; } }