mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
fix: Custom-emoji size on editor revisited (#1799)
This commit is contained in:
parent
9e455499b9
commit
981d777682
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ body {
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-editor .custom-emoji img,
|
.content-editor img.custom-emoji,
|
||||||
.custom-emoji img {
|
.custom-emoji img {
|
||||||
max-height: 1.3em;
|
max-height: 1.3em;
|
||||||
max-width: 1.3em;
|
max-width: 1.3em;
|
||||||
|
|
Loading…
Reference in a new issue