fix(ui): correct dice roller 'Save Roll' button positioning
The Save Roll button was appearing at the bottom left of the container instead of being centered below the result. Added flexbox layout to .rpg-dice-result container: - display: flex - flex-direction: column - align-items: center This ensures the button is properly centered and positioned below the dice result value and details.
This commit is contained in:
Reference in New Issue
Block a user