From 4e4855f38060202e57b54e2fbdd135c386c30437 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Jun 2026 18:31:22 +0000 Subject: [PATCH] Stretch BookNest sidebar cards to align bottom borders with main column --- src/pages/BookNest.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/pages/BookNest.tsx b/src/pages/BookNest.tsx index 34c48a4..341c719 100644 --- a/src/pages/BookNest.tsx +++ b/src/pages/BookNest.tsx @@ -339,9 +339,9 @@ export default function BookNest() { - {/* Right sidebar — spans both rows so Favorites reaches up near the hero */} -
-
+ {/* Right sidebar — spans both rows so Favorites reaches up near the hero, and stretches to match the main column's full height */} +
+

Favorites

{favorites.map((f) => ( @@ -353,7 +353,7 @@ export default function BookNest() {
-
+

Recently Used

{recentlyUsed.map((r) => ( @@ -365,14 +365,16 @@ export default function BookNest() {
-
+

Link Health

-
-

Category Breakdown

- +
+
+

Category Breakdown

+ +