fix: insert space around custom emojis
This commit is contained in:
parent
6412127283
commit
ff0ad77676
|
@ -85,7 +85,6 @@ body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-height: 1.3em;
|
max-height: 1.3em;
|
||||||
max-width: 1.3em;
|
max-width: 1.3em;
|
||||||
margin: 0 0.2em;
|
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,6 +131,10 @@ body {
|
||||||
.content-editor {
|
.content-editor {
|
||||||
--at-apply: outline-none flex-1;
|
--at-apply: outline-none flex-1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
|
.custom-emoji {
|
||||||
|
margin: 0 0.2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skeleton-loading-bg {
|
.skeleton-loading-bg {
|
||||||
|
|
Loading…
Reference in a new issue