diff --git a/conversejs/custom/shared/styles/_peertubetheme.scss b/conversejs/custom/shared/styles/_peertubetheme.scss index 3c1fc5af..6a8dc18c 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -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;