Enlarge a custom emoji when posted without any other text

This commit is contained in:
axolotle 2025-05-14 15:44:32 +02:00 committed by John Livingston
parent dd040582d4
commit 3e70fd3892

View File

@ -158,6 +158,11 @@
vertical-align: -0.45em !important;
}
// Trick to enlarge a single custom emoji with no text in message
&[text^=":"][text$=":"] img.emoji:only-child {
max-height: 2.5em !important;
}
// underline links in chat messages
a[href] {
text-decoration: underline;