From 14c7fd714b6941aa1b249a44e6e87747e1c1d97e Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 18 Apr 2025 22:10:40 +0200 Subject: [PATCH] fix search resize --- web/src/app/icons/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/app/icons/layout.tsx b/web/src/app/icons/layout.tsx index 4be6a750..2a9e1207 100644 --- a/web/src/app/icons/layout.tsx +++ b/web/src/app/icons/layout.tsx @@ -7,7 +7,7 @@ interface BackgroundWrapperProps { export default function BackgroundWrapper({ children }: BackgroundWrapperProps) { return ( -
+ <>
-
{children}
-
+
{children}
+ ) }