mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
fix item list columns and pretier itemBrowser.mjs (#729)
This commit is contained in:
parent
7f3a83564b
commit
1c000c7cfe
2 changed files with 44 additions and 44 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue