logo resize with css

This commit is contained in:
kisfenyo
2026-01-01 20:27:19 +01:00
parent 23a12ce798
commit da201e63db
+5 -1
View File
@@ -305,7 +305,11 @@ data:
docker.yaml: ""
# Custom CSS
custom.css: ""
custom.css: |
#information-widgets .information-widget-logo img {
max-height: 80px !important;
width: auto !important;
}
# Custom JS
custom.js: ""