fix item list columns and pretier itemBrowser.mjs

This commit is contained in:
moliloo 2025-08-09 01:39:25 -03:00
parent 85982bac8c
commit 086cf4fd1a
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;
}
}