Skip to content

Commit

Permalink
Fix points display
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyThePilot committed Oct 31, 2023
1 parent 0a28785 commit 61abb5c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,18 @@ div.pips {
flex-shrink: 0;
}

#planner-main span.skill-xp-boost, #points {
#planner-main span.skill-xp-boost {
text-align: right;
display: inline-block;
width: 50%;
}

#points {
text-align: right;
display: inline-block;
width: 2rem;
}

#planner-settings {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 61abb5c

Please sign in to comment.