small fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user