diff --git a/src/components/ConnectionPage.tsx b/src/components/ConnectionPage.tsx index fcc3167b..7246e9a7 100644 --- a/src/components/ConnectionPage.tsx +++ b/src/components/ConnectionPage.tsx @@ -2,7 +2,7 @@ import { useState } from 'react' import BreadcrumbBar from './BreadcrumbBar' import { Button as StatusButton, Tag, Text, Avatar, Checkbox } from '@status-im/components' import { Label, Separator, XStack, YStack } from 'tamagui' -import LayoutComponent from './LayoutComponent' +import LayoutComponent from './PageWrapperShadow' import NimbusLogo from './NimbusLogo' import Titles from './Titles' import NodeIcon from './NodeIcon' diff --git a/src/components/LandingPage.tsx b/src/components/LandingPage.tsx index dd793d44..29bd5dba 100644 --- a/src/components/LandingPage.tsx +++ b/src/components/LandingPage.tsx @@ -1,4 +1,4 @@ -import LayoutComponent from './LayoutComponent' +import LayoutComponent from './PageWrapperShadow' import './LandingPage.css' import QuickStartBar from './QuickStartBar' diff --git a/src/components/layout.css b/src/components/layout.css index 491374e5..9ffa22c3 100644 --- a/src/components/layout.css +++ b/src/components/layout.css @@ -22,7 +22,6 @@ max-width: 70%; flex: 1 0 70%; display: flex; - /* flex-wrap: wrap; */ flex-direction: column; } header { @@ -75,8 +74,6 @@ header > div { } - - /* LAYOUT RIGHT ELEMENT WITH IMAGE TAKING UP THE WHOLE HIGHT OF THE VIEWPORT */ .layout-right { flex: 0 0 45%; @@ -109,7 +106,6 @@ header > div { top: 50%; left: 50%; transform: translate(-50%, -50%); - /* height: 100%; */ height: 140%; width: auto; } diff --git a/src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx b/src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx index 785e5d0f..e218fc41 100644 --- a/src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx +++ b/src/pages/DeviceHealthCheck/DeviceHealthCheck.tsx @@ -1,5 +1,5 @@ import { Stack, XStack, YStack } from 'tamagui' -import LayoutComponent from '../../components/LayoutComponent' +import LayoutComponent from '../../components/PageWrapperShadow' import NimbusLogo from '../../components/NimbusLogo' import Titles from '../../components/Titles' import DeviceStorageHealth from '../../components/DeviceStorageHealth'