1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-07 01:19:57 +00:00

fix: Custom-emoji size on editor (#1503)

This commit is contained in:
Roni Laukkarinen 2023-01-31 05:46:21 +02:00 committed by GitHub
parent 54f3695f50
commit d39e23ebff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ body {
vertical-align: text-bottom; vertical-align: text-bottom;
} }
.content-editor .custom-emoji img,
.custom-emoji img { .custom-emoji img {
max-height: 1.3em; max-height: 1.3em;
max-width: 1.3em; max-width: 1.3em;