increased logo size

This commit is contained in:
kisfenyo
2026-01-02 10:04:17 +01:00
parent 0585466fc8
commit 236c3eb6ab
+13 -3
View File
@@ -345,7 +345,7 @@ data:
icon: https://nextcloud.dooplex.hu/s/sD9GdyEZNFdxRns/download
- greeting:
text_size: xl
text: "Welcome!"
text: ""
- datetime:
text_size: l
format:
@@ -392,16 +392,26 @@ data:
- ArgoCD:
- abbr: Argo
href: https://argo-cd.readthedocs.io
icon: argocd.png
icon: argo-cd.png
# Docker settings (not used in k8s mode)
docker.yaml: ""
# Custom CSS
custom.css: |
/* Make the logo widget container bigger */
#information-widgets .information-widget-logo {
min-height: 100px !important;
display: flex !important;
align-items: center !important;
}
/* Make the image fill it */
#information-widgets .information-widget-logo img {
max-height: 120px !important;
max-height: 100px !important;
height: 100px !important;
width: auto !important;
object-fit: contain !important;
}
# Custom JS