mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix: make composer line height closer to final post
This commit is contained in:
parent
57fd9aeae2
commit
1f92cdc1c9
1 changed files with 11 additions and 0 deletions
|
@ -159,6 +159,17 @@ em-emoji-picker {
|
|||
.custom-emoji {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue