From dd50f77b029a4ec0af95c742730dfa1ac7f49a5f Mon Sep 17 00:00:00 2001 From: Joel Jeremy Marquez Date: Fri, 3 Nov 2023 09:22:19 -0700 Subject: [PATCH] Add back desktop page header padding --- packages/desktop-client/src/components/Page.tsx | 1 + .../src/components/accounts/MobileAccountDetails.js | 1 + .../src/components/transactions/MobileTransaction.js | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/desktop-client/src/components/Page.tsx b/packages/desktop-client/src/components/Page.tsx index 0e5b7529c48..6f666400f7d 100644 --- a/packages/desktop-client/src/components/Page.tsx +++ b/packages/desktop-client/src/components/Page.tsx @@ -111,6 +111,7 @@ export function Page({ rightContent={headerRightContent} style={{ ...titleStyle, + ...(!isNarrowWidth && { paddingInline: HORIZONTAL_PADDING }), }} />