From b4389e43acc6b5a80e01f070157e22762b1bf3dd Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 9 Jan 2026 21:31:25 +0100 Subject: [PATCH] small fixes --- homepage-system/homepage-orsi.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homepage-system/homepage-orsi.yaml b/homepage-system/homepage-orsi.yaml index b289063..03da046 100644 --- a/homepage-system/homepage-orsi.yaml +++ b/homepage-system/homepage-orsi.yaml @@ -139,7 +139,7 @@ data: icon: google-calendar.png widget: type: iframe - src: https://booking.dooplex.hu/bookings/upcoming + src: https://calendar.google.com/calendar/embed?src=b2884faf3db792ac082a6206057552c79080716efd5f966e169a41fc500e1c1c%40group.calendar.google.com&ctz=Europe%2FBudapest classes: calendar-iframe - Productivity: @@ -215,7 +215,7 @@ data: - logo: icon: "https://web.dooplex.hu/static/dooplex_logo_orsi_2.png" - greeting: - text_size: xl + text_size: x3 text: "Welcome! :)" - openmeteo: label: Budapest @@ -259,15 +259,15 @@ data: custom.css: | /* Make the logo widget container bigger */ #information-widgets .information-widget-logo { - min-height: 100px !important; + min-height: 160px !important; display: flex !important; align-items: center !important; } /* Make the image fill it */ #information-widgets .information-widget-logo img { - max-height: 100px !important; - height: 100px !important; + max-height: 160px !important; + height: 160px !important; width: auto !important; object-fit: contain !important; }