Commit a20dd46
committed
fix(emojis): remove doubled search-field padding so the icon aligns
The search field set `padding-inline` on top of the flex `gap` that already
follows the (empty) visually-hidden label — the first flex child — so the search
icon was inset twice (~16px) and looked misaligned with the content column below.
Drop the inline padding; the icon's inset now comes solely from the gap (~8px).
Follow-up to the emoji styling pass.1 parent 37a14c5 commit a20dd46
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
0 commit comments