fix: ↔️ fix margin after emoji picker widget

This commit is contained in:
m5ka 2024-03-25 22:35:24 +00:00
parent a7c3264600
commit d56ccad61b

View file

@ -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 {