Fix logo height (#348)

* Set logo height to 100%
This commit is contained in:
Megidd 2022-01-31 22:37:02 +03:30 committed by GitHub
parent 2dbd97cb22
commit 8093c4ccb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

File diff suppressed because one or more lines are too long