From 236c3eb6ab1a15c17ab362e61bba691f19d27da3 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 2 Jan 2026 10:04:17 +0100 Subject: [PATCH] increased logo size --- homepage-system/homepage.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/homepage-system/homepage.yaml b/homepage-system/homepage.yaml index 2b42aef..79b7430 100644 --- a/homepage-system/homepage.yaml +++ b/homepage-system/homepage.yaml @@ -345,7 +345,7 @@ data: icon: https://nextcloud.dooplex.hu/s/sD9GdyEZNFdxRns/download - greeting: text_size: xl - text: "Welcome!" + text: "" - datetime: text_size: l format: @@ -392,16 +392,26 @@ data: - ArgoCD: - abbr: Argo href: https://argo-cd.readthedocs.io - icon: argocd.png + icon: argo-cd.png # Docker settings (not used in k8s mode) docker.yaml: "" # Custom CSS custom.css: | + /* Make the logo widget container bigger */ + #information-widgets .information-widget-logo { + min-height: 100px !important; + display: flex !important; + align-items: center !important; + } + + /* Make the image fill it */ #information-widgets .information-widget-logo img { - max-height: 120px !important; + max-height: 100px !important; + height: 100px !important; width: auto !important; + object-fit: contain !important; } # Custom JS