Downtime can now display both ShortRest and LongRest options depending on character rules

This commit is contained in:
WBHarry 2025-07-17 15:35:27 +02:00
parent ab56f2c23e
commit 475a63f120
8 changed files with 161 additions and 55 deletions

View file

@ -3,12 +3,6 @@
.daggerheart.views {
.downtime-container {
.downtime-header {
margin: 0;
color: light-dark(@dark-blue, @golden);
text-align: center;
}
.activity-container {
display: flex;
align-items: center;
@ -73,6 +67,12 @@
}
}
footer {
margin-top: 8px;
display: flex;
gap: 8px;
}
&.downtime {
.activity-text-area {
resize: none;