updated css

This commit is contained in:
2026-01-10 08:54:15 +01:00
parent 8e9effd7c4
commit ddb873a2b0
+5 -3
View File
@@ -265,7 +265,7 @@ data:
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: 160px !important; max-height: 160px !important;
@@ -276,10 +276,12 @@ data:
.calcom-iframe { .calcom-iframe {
height: 600px !important; height: 600px !important;
filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93);
} }
.calendar-iframe { .calendar-iframe {
height: 600px !important; height: 600px !important;
filter: sepia(25%) saturate(130%) hue-rotate(230deg) brightness(0.93);
} }
.calcom-iframe iframe, .calcom-iframe iframe,
@@ -340,7 +342,7 @@ spec:
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: homepage-secrets name: homepage-secrets
key: prowlarr-api-key key: prowlarr-api-key
- name: HOMEPAGE_VAR_SONARR_API_KEY - name: HOMEPAGE_VAR_SONARR_API_KEY
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
@@ -502,4 +504,4 @@ spec:
- hosts: - hosts:
- orsi.dooplex.hu - orsi.dooplex.hu
secretName: homepage-orsi-tls secretName: homepage-orsi-tls
--- ---