logo adjustments

This commit is contained in:
2026-01-10 11:55:56 +01:00
parent 9707e903c6
commit d51f6cc64c
+14 -8
View File
@@ -268,19 +268,25 @@ data:
# Custom CSS
custom.css: |
/* Reduce top padding on the information widgets bar */
#information-widgets {
padding-top: 0.25rem !important;
margin-top: 0 !important;
}
/* Make the logo widget container bigger */
#information-widgets .information-widget-logo {
min-height: 160px !important;
display: flex !important;
align-items: center !important;
min-height: 185px !important;
display: flex !important;
align-items: center !important;
}
/* Make the image fill it */
#information-widgets .information-widget-logo img {
max-height: 160px !important;
height: 160px !important;
width: auto !important;
object-fit: contain !important;
max-height: 185px !important;
height: 185px !important;
width: auto !important;
object-fit: contain !important;
}
/* Iframe container sizing */