Fix char sheet iteration

This commit is contained in:
2025-03-03 23:35:22 +01:00
parent 5771272cff
commit da9a69b916
11 changed files with 493 additions and 825 deletions

View File

@@ -180,14 +180,14 @@
min-width: 650px;
}
.character-characteristics {
.character-skills {
background-color: var(--color-light-1);
display: flex;
flex-direction: column;
gap: 5px;
flex: 1;
.character-characteristic {
.character-skill {
display: flex;
align-items: center;
.rollable:hover,
@@ -196,8 +196,8 @@
cursor: pointer;
}
.rollable {
min-width: 3rem;
max-width: 3rem;
min-width: 4.5rem;
max-width: 4.5rem;
}
.char-text {
margin-left: 0.5rem;
@@ -218,11 +218,11 @@
}
}
.character-characteristic-play {
.character-skill-play {
min-width: 225px;
}
.character-characteristic-edit {
.character-skill-edit {
min-width: 400px;
}
}