Skip to content

Commit

Permalink
Clean up player view initiative alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaloptimist committed Mar 3, 2024
1 parent f463407 commit 1279e3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lesscss/pages/player-view.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
.combatant--header {
flex-direction: row;
padding: @large-spacer @medium-spacer @large-spacer @medium-spacer;
border-left: @active-combatant-indicator-width solid transparent;
}

.combatant__hp {
Expand Down Expand Up @@ -69,6 +70,11 @@
text-align: center;
}

.combatant__initiative {
align-items: flex-end;
padding-right: @medium-spacer;
}

.combat-footer {
flex-direction: row;
justify-content: flex-end;
Expand Down

0 comments on commit 1279e3b

Please sign in to comment.