From 9e01676fe9b578eb1bbfeaafa5ab67fe2bd0feb5 Mon Sep 17 00:00:00 2001 From: Claire Chabas Date: Thu, 15 Jan 2026 14:06:26 +0100 Subject: [PATCH] Remove grid from framed images (#3907) --- .../src/components/DocumentView/Images.tsx | 30 ------------------- 1 file changed, 30 deletions(-) diff --git a/packages/gitbook/src/components/DocumentView/Images.tsx b/packages/gitbook/src/components/DocumentView/Images.tsx index 632ae75fa..fcd32ed00 100644 --- a/packages/gitbook/src/components/DocumentView/Images.tsx +++ b/packages/gitbook/src/components/DocumentView/Images.tsx @@ -96,36 +96,6 @@ async function ImageBlock(props: { return (
- {/* Frame grid */} - {withFrame && ( -
- )} - - {/* Shadow overlay */} - {withFrame && ( -
- )} -