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 icon: https://nextcloud.dooplex.hu/s/sD9GdyEZNFdxRns/download
- greeting: - greeting:
text_size: xl text_size: xl
text: "Welcome!" text: ""
- datetime: - datetime:
text_size: l text_size: l
format: format:
@@ -392,16 +392,26 @@ data:
- ArgoCD: - ArgoCD:
- abbr: Argo - abbr: Argo
href: https://argo-cd.readthedocs.io href: https://argo-cd.readthedocs.io
icon: argocd.png icon: argo-cd.png
# Docker settings (not used in k8s mode) # Docker settings (not used in k8s mode)
docker.yaml: "" docker.yaml: ""
# Custom CSS # Custom CSS
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 { #information-widgets .information-widget-logo img {
max-height: 120px !important; max-height: 100px !important;
height: 100px !important;
width: auto !important; width: auto !important;
object-fit: contain !important;
} }
# Custom JS # Custom JS