Added buttons to features on characters, and actions on adversary/environment

This commit is contained in:
WBHarry 2025-07-11 03:30:01 +02:00
parent 70239ec06a
commit c6f40e8f1f
6 changed files with 37 additions and 1 deletions

View file

@ -319,6 +319,17 @@
transform: translateY(-20px);
transform-origin: top;
}
.item-buttons {
grid-column: span 3;
display: flex;
gap: 8px;
flex-wrap: wrap;
button {
white-space: nowrap;
}
}
}
.application.setting.dh-style {