From 906889a0357700ac214355beb1680f9152db7c6c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 11 Mar 2026 21:07:48 +0200 Subject: [PATCH] fix(video): auto-hide no longer working --- 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 c4b2115e76..0fc6bcdd08 100644 --- a/apps/client/src/widgets/type_widgets/file/Video.css +++ b/apps/client/src/widgets/type_widgets/file/Video.css @@ -13,7 +13,7 @@ &.controls-hidden { cursor: pointer; - .video-preview-controls { + .media-preview-controls { opacity: 0; pointer-events: none; }