diff --git a/web-new/src/App.tsx b/web-new/src/App.tsx index 096f2ebca..b15d7ce48 100644 --- a/web-new/src/App.tsx +++ b/web-new/src/App.tsx @@ -27,7 +27,7 @@ function App() {
-
+
diff --git a/web-new/src/components/player/PreviewThumbnailPlayer.tsx b/web-new/src/components/player/PreviewThumbnailPlayer.tsx index 3239e4e1e..410400ca1 100644 --- a/web-new/src/components/player/PreviewThumbnailPlayer.tsx +++ b/web-new/src/components/player/PreviewThumbnailPlayer.tsx @@ -77,7 +77,7 @@ export default function PreviewThumbnailPlayer({ setVisible(false); } }, - { threshold: [0.0, 1.0], rootMargin: "25% 0% 50% 0%" } + { threshold: [0.0, 1.0], rootMargin: "10% 0% 25% 0%" } ); if (node) observer.current.observe(node); } catch (e) {