small fixes

This commit is contained in:
2026-01-09 21:31:25 +01:00
parent 8b1c6cae4d
commit b4389e43ac
+5 -5
View File
@@ -139,7 +139,7 @@ data:
icon: google-calendar.png icon: google-calendar.png
widget: widget:
type: iframe 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 classes: calendar-iframe
- Productivity: - Productivity:
@@ -215,7 +215,7 @@ data:
- logo: - logo:
icon: "https://web.dooplex.hu/static/dooplex_logo_orsi_2.png" icon: "https://web.dooplex.hu/static/dooplex_logo_orsi_2.png"
- greeting: - greeting:
text_size: xl text_size: x3
text: "Welcome! :)" text: "Welcome! :)"
- openmeteo: - openmeteo:
label: Budapest label: Budapest
@@ -259,15 +259,15 @@ data:
custom.css: | custom.css: |
/* Make the logo widget container bigger */ /* Make the logo widget container bigger */
#information-widgets .information-widget-logo { #information-widgets .information-widget-logo {
min-height: 100px !important; min-height: 160px !important;
display: flex !important; display: flex !important;
align-items: center !important; align-items: center !important;
} }
/* Make the image fill it */ /* Make the image fill it */
#information-widgets .information-widget-logo img { #information-widgets .information-widget-logo img {
max-height: 100px !important; max-height: 160px !important;
height: 100px !important; height: 160px !important;
width: auto !important; width: auto !important;
object-fit: contain !important; object-fit: contain !important;
} }