feat: Make pause button width consistent and rearrange HUD
Makes the pause button width consistent across 'Pause' and 'Resume' states to prevent layout shifts. Uses 'rem' units for responsive scaling. Also rearranges the HUD elements for a more logical grouping.
This commit is contained in:
@@ -88,6 +88,8 @@ header .pill {
|
||||
padding: 8px 12px;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
width: 6rem;
|
||||
text-align: center;
|
||||
transition:
|
||||
transform 120ms ease,
|
||||
filter 120ms ease;
|
||||
|
||||
Reference in New Issue
Block a user