Fix favicon aspect ratio

This commit is contained in:
Jeremy Ruston 2024-01-23 16:51:57 +00:00
parent f6d6478944
commit ddbd6d1e82
1 changed files with 2 additions and 0 deletions

View File

@ -99,11 +99,13 @@ Styles specific to the full screen layout
}
.mws-favicon {
object-fit: contain;
width: 4em;
max-height: 4em;
}
.mws-favicon-small {
object-fit: contain;
vertical-align: text-bottom;
width: 1em;
max-height: 1em;