From c64eabfac80b7eef431b5433aaecbe2a81f161d3 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Sun, 22 Oct 2023 01:26:24 +0800 Subject: [PATCH] Fix account card shrink + overview scrollbar (#1643) * don't shrink account card * fix perma-scroll on overview * Update SpacedriveAccount.tsx --- interface/app/$libraryId/PageLayout/index.tsx | 2 +- interface/app/$libraryId/settings/client/SpacedriveAccount.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/app/$libraryId/PageLayout/index.tsx b/interface/app/$libraryId/PageLayout/index.tsx index d3bfec20a..15997f94a 100644 --- a/interface/app/$libraryId/PageLayout/index.tsx +++ b/interface/app/$libraryId/PageLayout/index.tsx @@ -20,7 +20,7 @@ export const Component = () => { style={{ paddingTop: TOP_BAR_HEIGHT }} > -
+
diff --git a/interface/app/$libraryId/settings/client/SpacedriveAccount.tsx b/interface/app/$libraryId/settings/client/SpacedriveAccount.tsx index 4e8e1ea82..3f0370447 100644 --- a/interface/app/$libraryId/settings/client/SpacedriveAccount.tsx +++ b/interface/app/$libraryId/settings/client/SpacedriveAccount.tsx @@ -4,7 +4,7 @@ import { AuthRequiredOverlay } from '~/components/AuthRequiredOverlay'; export function SpacedriveAccount() { return ( - +