MOBILE-4653 site-logo: Style fixes on site logo

main
Pau Ferrer Ocaña 2024-12-10 12:01:27 +01:00
parent 847af5f4b0
commit 31e9f2322e
2 changed files with 5 additions and 6 deletions

View File

@ -3,11 +3,6 @@
}
.core-logo-container {
margin-bottom: var(--core-site-logo-margin-bottom, 0px);
}
img.core-logo {
max-height: var(--core-site-logo-max-height);
max-width: var(--core-site-logo-max-width, 100%);
@ -15,6 +10,10 @@ img.core-logo {
margin: var(--core-site-logo-margin, 0px);
}
img.core-logo {
max-height: var(--core-site-logo-max-height);
}
.core-logo-sitename {
display: var(--core-site-logo-sitename-display, block);
font: var(--core-site-logo-sitename-font);

View File

@ -23,7 +23,7 @@
}
core-site-logo {
--core-site-logo-margin-bottom: 8px;
--core-site-logo-margin: 0px auto 8px auto;
--core-site-logo-max-height: var(--core-user-menu-site-logo-max-height);
--core-site-logo-sitename-font: var(--mdl-typography-subtitle-font-lg);