This is a proposal to make dashboard components (cards and other elements) adopt a standard size unit.
The goal: to facilitate fitting components to fill the screen, to fit content to a grid to avoid layout jumps, and to it easier to prototype new components.
Each component's size will be a multiple of the size unit. Candidate values that are divisors of both 1920 and 1080 are:
| Size Unit (pixels) |
Units in 1920 |
Units in 1080 |
| 120 |
16 |
9 |
| 60 |
32 |
18 |
| 30 |
64 |
36 |
| 24 |
80 |
45 |
This is a proposal to make dashboard components (cards and other elements) adopt a standard size unit.
The goal: to facilitate fitting components to fill the screen, to fit content to a grid to avoid layout jumps, and to it easier to prototype new components.
Each component's size will be a multiple of the size unit. Candidate values that are divisors of both 1920 and 1080 are: