Skip to content

Conversation

CuriousMagpie
Copy link
Contributor

@CuriousMagpie CuriousMagpie commented Oct 4, 2024

Changes:

  • Each class avatar now shows the class's best "basic" gear instead of Gala gear
  • Avatars have been slightly nudged so they're all more or less centered and no longer move when you select one
  • Updated CSS selectors to px from em where appropriate (margins, padding)

@CuriousMagpie CuriousMagpie marked this pull request as ready for review October 22, 2024 15:37
Copy link
Member

@SabreCat SabreCat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question, one suggestion, easy to resolve!

}

.danger {
color: $red-50;
margin-bottom: 0em;
margin-bottom: 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anywhere you're setting a margin-bottom: 0; you can use the mb-0 helper class in the html, will save you some CSS lines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

@SabreCat SabreCat merged commit 3d68983 into HabitRPG:develop Oct 28, 2024
10 checks passed
@CuriousMagpie CuriousMagpie deleted the class-selection branch February 14, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants