From 8f9ee3c1a9950f5cf4aaf5682d0592a7155c82c7 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 15 Oct 2025 20:48:43 +0300 Subject: [PATCH] refactor(collection/presentation): move style to CSS --- apps/client/src/widgets/collections/presentation/index.css | 5 +++++ apps/client/src/widgets/collections/presentation/index.tsx | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/collections/presentation/index.css b/apps/client/src/widgets/collections/presentation/index.css index 5d96c177c..5aafffd9f 100644 --- a/apps/client/src/widgets/collections/presentation/index.css +++ b/apps/client/src/widgets/collections/presentation/index.css @@ -2,4 +2,9 @@ position: absolute; top: 1em; right: 1em; +} + +.presentation-container { + width: 100%; + height: 100%; } \ No newline at end of file diff --git a/apps/client/src/widgets/collections/presentation/index.tsx b/apps/client/src/widgets/collections/presentation/index.tsx index 9f1b3715d..e9d7eecec 100644 --- a/apps/client/src/widgets/collections/presentation/index.tsx +++ b/apps/client/src/widgets/collections/presentation/index.tsx @@ -26,7 +26,6 @@ export default function PresentationView({ note }: ViewModeProps<{}>) { <> {stylesheets.map(stylesheet => )}