Merge branch 'main' into feature/683-damage-dialog-options

This commit is contained in:
Dapoolp 2025-08-09 14:33:20 +02:00
commit a1110c15bc
7 changed files with 88 additions and 54 deletions

View file

@ -571,6 +571,16 @@
white-space: nowrap;
}
}
.button-container {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
text-align: center;
display: flex;
justify-content: center;
width: 100%
}
}
footer {

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;
}
}