From b0ce9be30b8cba0f66aa438ffa0a40d5fa188e57 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 18 Mar 2026 06:21:44 -0700 Subject: [PATCH] Fix Homepage layout: use row style with columns for full-width groups style: row makes each group span the full page width (one per row), while columns: 4 tiles services horizontally within each group. Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/homepage/settings.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/argocd/manifests/homepage/settings.yaml b/argocd/manifests/homepage/settings.yaml index d879ddb..43d860a 100644 --- a/argocd/manifests/homepage/settings.yaml +++ b/argocd/manifests/homepage/settings.yaml @@ -6,15 +6,19 @@ quicklaunch: provider: custom url: https://kagi.com/search?q= suggestionUrl: https://kagisuggest.com/api/autosuggest?q= -maxGroupColumns: 1 layout: Host Services: - style: column + style: row + columns: 4 Home: - style: column + style: row + columns: 4 Content: - style: column + style: row + columns: 4 Infrastructure: - style: column + style: row + columns: 4 Services: - style: column + style: row + columns: 4