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:
parent
f6d6478944
commit
ddbd6d1e82
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user