-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
This seems to be because of
omarchy/default/walker/themes/omarchy-default/style.css
Lines 81 to 83 in 04d2f10
| .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; */
}
I am not sure of the reason using the padding-left and padding combo.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working