From 6f781af38136c3be8963443c3352bc1f89b60186 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 25 Feb 2026 20:15:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8F=20Alignment=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Dashboard/Dashboard.tsx | 23 +++-- src/client/components/Dashboard/PullList.tsx | 2 +- src/client/components/shared/Navbar2.tsx | 96 ++++++++++--------- 3 files changed, 63 insertions(+), 58 deletions(-) diff --git a/src/client/components/Dashboard/Dashboard.tsx b/src/client/components/Dashboard/Dashboard.tsx index ac4c2d9..c9ef126 100644 --- a/src/client/components/Dashboard/Dashboard.tsx +++ b/src/client/components/Dashboard/Dashboard.tsx @@ -67,16 +67,19 @@ export const Dashboard = (): ReactElement => { }); return ( -
- - {recentComics && } - {/* Wanted comics */} - - {/* Library Statistics */} - {statistics && } - {/* Volume groups */} - -
+ <> + +
+ + {recentComics && } + {/* Wanted comics */} + + {/* Library Statistics */} + {statistics && } + {/* Volume groups */} + +
+ ); }; diff --git a/src/client/components/Dashboard/PullList.tsx b/src/client/components/Dashboard/PullList.tsx index 0e1d545..d571df4 100644 --- a/src/client/components/Dashboard/PullList.tsx +++ b/src/client/components/Dashboard/PullList.tsx @@ -142,7 +142,7 @@ export const PullList = (): ReactElement => { /> -
+
{isSuccess && !isLoading && (
diff --git a/src/client/components/shared/Navbar2.tsx b/src/client/components/shared/Navbar2.tsx index 43eadf0..12862c3 100644 --- a/src/client/components/shared/Navbar2.tsx +++ b/src/client/components/shared/Navbar2.tsx @@ -11,13 +11,14 @@ export const Navbar2 = (): ReactElement => { }; return ( -
- {/* Logo */} -
- ThreeTwo! +
+
+
+ {/* Logo */} + ThreeTwo! - {/* Main Navigation */} -
+ {/* Main Navigation */} +
- {/* Right-most Nav */} -
-
    - {/* Settings Icon and text */} -
  • - - - - - Settings - -
  • - -
  • - {/* Light/Dark Mode toggle */} -
    - Light -
    -
  • -
+ + + + Settings + + + +
  • + {/* Light/Dark Mode toggle */} +
    + Light + + Dark +
    +
  • + +