From 0ab9f438b6a7936d1bd310fb037a4251407b29f4 Mon Sep 17 00:00:00 2001 From: Juan Di Toro Date: Mon, 13 Nov 2023 17:31:40 +0100 Subject: [PATCH] fix: browser view --- src/components/App.tsx | 2 +- src/components/Browser.tsx | 2 +- src/pages/index.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index b826036..0796498 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -139,7 +139,7 @@ const Root = () => { -
+
diff --git a/src/components/Browser.tsx b/src/components/Browser.tsx index d13c4d7..dbf1455 100644 --- a/src/components/Browser.tsx +++ b/src/components/Browser.tsx @@ -346,7 +346,7 @@ export function Browser() { ref={iframeRef} onLoad={handleIframeLoad} src={url ? `/browse/${url}` : "about:blank"} - className={`${shouldRenderStartPage ? "hidden" : ""} w-full h-full`} + className={`${shouldRenderStartPage ? "hidden" : ""} flex-1 w-full h-full -mb-5`} > ); diff --git a/src/pages/index.astro b/src/pages/index.astro index 30c4c8e..7d17164 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,7 +12,7 @@ import "@/styles/globals.scss"; Web3 Browser - Powered By Lume Web - +