From 13f6380763ebaa4c0536db48818f7f5bc0ad2fd0 Mon Sep 17 00:00:00 2001 From: PEDZEO Date: Tue, 20 Jan 2026 01:35:22 +0300 Subject: [PATCH] Update Layout component: adjust padding for safe area in fullscreen mode to accommodate Telegram native controls, enhancing layout functionality. --- src/components/layout/Layout.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index ba327ae..0c82aee 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -303,17 +303,11 @@ export default function Layout({ children }: LayoutProps) {
-
+
{/* Logo */}