From 09882433ff6822c45d7975a83d73a4ba14db229b Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Mon, 20 Apr 2026 22:49:17 -0700 Subject: [PATCH] homepage: useEqualHeights so widget cards don't make rows ragged --- configs/homepage/settings.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/homepage/settings.yaml b/configs/homepage/settings.yaml index 563692a..14640a5 100644 --- a/configs/homepage/settings.yaml +++ b/configs/homepage/settings.yaml @@ -22,6 +22,11 @@ quicklaunch: showStats: false statusStyle: "" +# Force all cards in a row to match the tallest card's height. Without +# this, widget-bearing cards (Plex stats, Traefik metrics) stand taller +# than plain link cards and the grid looks ragged. +useEqualHeights: true + # Function-first layout, three-tab split: # Main - daily-use apps, inference, media, bookmarks # Infrastructure - hardware, hypervisors, BMCs (per site)