Skip to content

Emoji picker margins looks wrong #3604

@MangelMaxime

Description

@MangelMaxime

System details

Omarchy 3.2.0

What's wrong?

Hello,

Using Omarchy 3.2.0 and walker 2.11.2 the emoji picker have wrong margins, the emojis are not centered in their box. This is probably the case for any grid layouts:

Image

This seems to be because of

.item-box {
padding-left: 14px;
}

Reverting to something similar to the default styling of Walker make it more consistent:

.item-box {
  border: 1px solid red;
  /* padding-left: 14px; */
  padding: 10px;
}

.item-text-box {
  all: unset;
  /* padding: 14px 0; */
}
Image

I am not sure of the reason using the padding-left and padding combo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions