Commit 9a33e0b
authored
Feat: Arrange HR tiles horizontally (#1551)
* feat: arrange hr tiles horizontally
Updates the dashboard layout to display the heart rate monitor tiles in a horizontal row instead of a vertical stack. This is achieved by applying a flexbox layout to the container of the HR tiles.
The width of the tiles has also been adjusted to ensure they fit correctly with the new layout.
* feat: arrange hr tiles horizontally
Updates the dashboard layout to display the heart rate monitor tiles in a horizontal row instead of a vertical stack. This is achieved by applying a flexbox layout to the container of the HR tiles.
The width of the tiles has also been adjusted to ensure they fit correctly with the new layout.
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 74e4398 commit 9a33e0b
3 files changed
Lines changed: 8 additions & 2 deletions
File tree
- app
- components
- tests/playwright/visual-regression.spec.ts-snapshots
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
98 | 104 | | |
99 | 105 | | |
100 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments