Increase the click area of sidebar and inventory control buttons (#1703)

This commit is contained in:
Carlos Fernandez 2026-03-05 15:30:31 -05:00 committed by GitHub
parent 3267f3f531
commit 1212bd01f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;