From bd964cc8ede6c372c152f5005394f3579a80e7b7 Mon Sep 17 00:00:00 2001 From: Kevin <17616113+Keviddle@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:42:50 +0200 Subject: [PATCH] fix: fixed margin for fullscreen image (#2274) --- src/renderer/features/shared/components/library-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/features/shared/components/library-header.tsx b/src/renderer/features/shared/components/library-header.tsx index 05f8e8b97..21313d92d 100644 --- a/src/renderer/features/shared/components/library-header.tsx +++ b/src/renderer/features/shared/components/library-header.tsx @@ -114,7 +114,7 @@ export const LibraryHeader = forwardRef( onClick={() => closeAllModals()} style={{ cursor: 'pointer', - height: 'calc(100vh - 80px)', + height: 'calc(100vh - 72px - 10px - 12px - 12px)', // 72px header, 10px outer modal border, 12px padding bottom image, 12px scrollbar bottom width: '100%', }} >