Enlarge a custom emoji when posted without any other text
This commit is contained in:
parent
dd040582d4
commit
3e70fd3892
@ -158,6 +158,11 @@
|
|||||||
vertical-align: -0.45em !important;
|
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
|
// underline links in chat messages
|
||||||
a[href] {
|
a[href] {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user