Description
In the aspect ratio preset selector, the "Custom" card is visually misaligned compared to the other ratio cards in the grid. It appears shifted/offset, breaking the uniform grid layout.
Steps to Reproduce
- Open the Reframe app
- Navigate to the preset selector panel on the right
- Observe the "Custom Set your own" card in the last row of the grid
Expected Behavior
The Custom card should align consistently with all other ratio cards (16:9, 21:9, 47:10, etc.) in the same grid system uniform size, spacing, and position.
Actual Behavior
The Custom card is misaligned it sits out of grid rhythm with inconsistent spacing relative to the neighboring cards (17:9 DCI 2K).
Possible Cause
Likely a CSS grid/flexbox alignment issue on the last row — the Custom card may be missing a consistent width, min-width, or grid-column constraint that the other cards inherit.
Description
In the aspect ratio preset selector, the "Custom" card is visually misaligned compared to the other ratio cards in the grid. It appears shifted/offset, breaking the uniform grid layout.
Steps to Reproduce
Expected Behavior
The Custom card should align consistently with all other ratio cards (16:9, 21:9, 47:10, etc.) in the same grid system uniform size, spacing, and position.
Actual Behavior
The Custom card is misaligned it sits out of grid rhythm with inconsistent spacing relative to the neighboring cards (17:9 DCI 2K).
Possible Cause
Likely a CSS grid/flexbox alignment issue on the last row — the Custom card may be missing a consistent
width,min-width, orgrid-columnconstraint that the other cards inherit.