Sort, confrontation, update tarots, etc

This commit is contained in:
2023-02-08 17:51:16 +01:00
parent e146c6ba5b
commit c5509143b1
24 changed files with 657 additions and 59 deletions

View File

@@ -1237,6 +1237,11 @@ ul, li {
max-width: 10rem;
min-width: 10rem;
}
.item-name-label-short {
flex-grow:1;
max-width: 4rem;
min-width: 4rem;
}
.item-name-label-medium {
margin-top: 4px;
flex-grow:2;
@@ -1309,4 +1314,7 @@ ul, li {
.tarot-title {
text-align: center;
font-weight: bold;
}
}
.character-summary-rollable {
text-decoration: underline;
}