mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 13:29:56 +00:00
Fix favicon aspect ratio
This commit is contained in:
parent
f6d6478944
commit
ddbd6d1e82
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user