increased logo size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user