fix: ↔️ fix margin after emoji picker widget
This commit is contained in:
parent
a7c3264600
commit
d56ccad61b
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ form select:focus {
|
||||||
form .emoji-picker {
|
form .emoji-picker {
|
||||||
display: grid;
|
display: grid;
|
||||||
row-gap: .2rem;
|
row-gap: .2rem;
|
||||||
|
margin-block-end: .8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
form .emoji-picker details:first-of-type summary {
|
form .emoji-picker details:first-of-type summary {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue