Various fixes and enhancements

This commit is contained in:
2025-02-03 23:00:59 +01:00
parent a72e671f75
commit 92396da997
69 changed files with 762 additions and 330 deletions

View File

@ -361,6 +361,15 @@ table {
padding: 0 3px;
}
.questionnaire-reponse {
max-width: 42rem;
margin-left: 1rem;
}
.questionnaire-element {
margin-top: 0.5rem;
}
input[type="text"], select[type="text"] {
background: white;
color: #494e6b;
@ -1169,4 +1178,22 @@ ul, li {
display: flex;
justify-content: center;
align-items: center;
}
.fvtt-te-deum-character-creator {
font-family: "GreatPrimer";
font-size: 0.9rem;
}
.fvtt-te-deum-character-creator .field-title {
font-weight: bold;
}
.fvtt-te-deum-character-creator .status-section {
display: block;
max-width: 34rem;
}
.item-name-label {
min-width: 12rem;
}