fix item list columns and pretier itemBrowser.mjs (#729)

This commit is contained in:
Murilo Brito 2025-08-09 08:40:20 -03:00 committed by GitHub
parent 7f3a83564b
commit 1c000c7cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 44 additions and 44 deletions

View file

@ -227,14 +227,16 @@
display: flex;
> * {
flex: 1;
flex: 2.5;
text-align: center;
}
.item-list-img {
width: 40px;
flex: unset;
}
.item-list-name {
flex-grow: 3 !important;
flex-grow: 3;
text-align: start;
}
}