fix: make composer line height closer to final post
This commit is contained in:
parent
57fd9aeae2
commit
1f92cdc1c9
|
@ -159,6 +159,17 @@ em-emoji-picker {
|
||||||
.custom-emoji {
|
.custom-emoji {
|
||||||
margin: 0 0.2em;
|
margin: 0 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
--at-apply: my-0;
|
||||||
|
line-height: calc(4 / 3 * 1em);
|
||||||
|
}
|
||||||
|
p:first-child {
|
||||||
|
--at-apply: mt-1;
|
||||||
|
}
|
||||||
|
p:last-child {
|
||||||
|
--at-apply: mb-1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skeleton-loading-bg {
|
.skeleton-loading-bg {
|
||||||
|
|
Loading…
Reference in a new issue