larger emojis in chat
This commit is contained in:
parent
a75e8af1ad
commit
794a97fbdd
@ -135,9 +135,9 @@
|
|||||||
|
|
||||||
// Changing size for emojis, to have bigger custom emojis
|
// Changing size for emojis, to have bigger custom emojis
|
||||||
img.emoji {
|
img.emoji {
|
||||||
width: unset !important;
|
width: 3.5rem !important;
|
||||||
height: unset !important;
|
height: 3.5rem !important;
|
||||||
max-height: 4.25em !important; // and no max-width
|
// max-height: 4.25em !important; // and no max-width
|
||||||
}
|
}
|
||||||
|
|
||||||
// underline links in chat messages
|
// underline links in chat messages
|
||||||
|
Loading…
Reference in New Issue
Block a user