reverting image logo

This commit is contained in:
Markos Gogoulos 2022-01-31 21:44:43 +02:00
parent 0d4918a715
commit c0701de047
2 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ a.user-menu-top-link {
position: relative; position: relative;
float: left; float: left;
max-width: 100%; max-width: 100%;
max-height: 2.4rem; max-height: var(--logo-height, var(--default-logo-height));
} }
} }

File diff suppressed because one or more lines are too long