From d51f6cc64c7f9580fc0b6276599a10f1366e4c1c Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 10 Jan 2026 11:55:56 +0100 Subject: [PATCH] logo adjustments --- homepage-system/homepage-orsi.yaml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/homepage-system/homepage-orsi.yaml b/homepage-system/homepage-orsi.yaml index 540d210..6a8fcd6 100644 --- a/homepage-system/homepage-orsi.yaml +++ b/homepage-system/homepage-orsi.yaml @@ -268,19 +268,25 @@ data: # Custom CSS custom.css: | + /* Reduce top padding on the information widgets bar */ + #information-widgets { + padding-top: 0.25rem !important; + margin-top: 0 !important; + } + /* Make the logo widget container bigger */ #information-widgets .information-widget-logo { - min-height: 160px !important; - display: flex !important; - align-items: center !important; + min-height: 185px !important; + display: flex !important; + align-items: center !important; } - + /* Make the image fill it */ #information-widgets .information-widget-logo img { - max-height: 160px !important; - height: 160px !important; - width: auto !important; - object-fit: contain !important; + max-height: 185px !important; + height: 185px !important; + width: auto !important; + object-fit: contain !important; } /* Iframe container sizing */