Increase the click area of sidebar and inventory control buttons

This commit is contained in:
Carlos Fernandez 2026-03-04 21:01:56 -05:00
parent 986544a653
commit 4199ece189
2 changed files with 7 additions and 6 deletions

View file

@ -103,10 +103,9 @@
display: flex;
align-items: center;
justify-content: end;
gap: 8px;
a {
width: 15px;
width: 20px;
text-align: center;
}
@ -275,8 +274,10 @@
grid-area: controls;
align-self: start;
padding-top: 0.3125rem;
gap: 4px;
margin-bottom: -1px;
a {
width: 18px;
}
}
> .item-labels {
align-self: start;