Add setting to hide party stats

This commit is contained in:
Carlos Fernandez 2026-05-03 17:08:47 -04:00
parent 85ca7efc6d
commit cde1654f42
9 changed files with 212 additions and 142 deletions

View file

@ -280,6 +280,17 @@ body.game:is(.performance-low, .noblur) {
}
}
.actors-list.limited {
.actor-resources {
display: flex;
align-items: center;
}
.actor-img-frame {
width: 3rem;
height: 3rem;
}
}
.actors-dragger {
display: flex;
align-items: center;