tweaking style for emoji posts
All checks were successful
/ weblog.lol (push) Successful in 9s

This commit is contained in:
Gordon Pedersen 2024-05-21 14:29:59 +10:00
parent 19e82d284f
commit d3b2d94259

View file

@ -84,6 +84,11 @@ main>nav,
box-shadow: var(--shadow);
}
article:has([data-emoji]) {
min-height: 10em;
display:block;
}
main.page {
display: block;
}
@ -180,14 +185,9 @@ iframe {
}
[data-emoji] {
display: inline-block;
font-size: 2em;
font-style: normal;
}
[data-emoji]::before {
display: inline-block;
zoom: 25%;
float: left;
max-height: 5em;
margin: 0.5em 1em 0 0;
}
[data-emoji='{emoji}'],