1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +00:00

Fix favicon aspect ratio

This commit is contained in:
Jeremy Ruston 2024-01-23 16:51:57 +00:00
parent f6d6478944
commit ddbd6d1e82

View File

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