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 {