Add compendium data
All checks were successful
Release Creation / build (release) Successful in 1m2s

This commit is contained in:
2025-06-30 21:11:23 +02:00
parent fb5c408bbd
commit 4d96c15066
30 changed files with 92 additions and 8 deletions

View File

@@ -438,6 +438,10 @@
min-width: 4.5rem;
max-width: 4.5rem;
}
.ammoQuantity {
min-width: 3rem;
max-width: 3rem;
}
.type {
min-width: 3rem;
max-width: 3rem;

View File

@@ -24,8 +24,18 @@
min-width: 12rem;
max-width: 12rem;
}
.flexrow,
.scrollable-content {
align-items: flex-start;
}
.tarot-pic {
margin-left: 1rem;
display: flex;
flex-direction: column;
justify-content: flex-start; // aligne le contenu en haut
align-items: center; // ce }
}
}
.header {
display: flex;
img {