web/timeline: make custom emojis bigger

This commit is contained in:
Tulir Asokan 2024-10-26 16:51:09 +03:00
parent e699369f1f
commit aaee239d6a

View file

@ -72,15 +72,15 @@ div.html-body {
img.hicli-custom-emoji { img.hicli-custom-emoji {
vertical-align: middle; vertical-align: middle;
height: 24px; height: 2rem; /* text height is 1.5rem, so this will make lines a bit taller */
width: auto; width: auto;
max-width: 72px; max-width: 5rem;
} }
img.hicli-sizeless-inline-img { img.hicli-sizeless-inline-img {
height: 24px; height: 1.5rem;
width: auto; width: auto;
max-width: 72px; max-width: 5rem;
} }
span.hicli-spoiler { span.hicli-spoiler {