Commit a44b2bd
committed
fix(thread): address review feedback on recipient CSS
- Nest .recipients inside .envelope__recipients (nested SCSS)
- Replace magic numbers (60px, 38px, 4px) with CSS variable expressions:
padding-inline-start aligns with sender name via border-radius-container
+ avatar width (10 * grid-baseline) + gap (2 * grid-baseline);
padding-inline-end mirrors the container border-radius;
gaps and padding-block use --default-grid-baseline
Signed-off-by: sturlan <darko.sturlan@gmail.com>1 parent 98f2f88 commit a44b2bd
1 file changed
Lines changed: 16 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1399 | 1399 | | |
1400 | 1400 | | |
1401 | 1401 | | |
1402 | | - | |
1403 | | - | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
1404 | 1406 | | |
1405 | 1407 | | |
1406 | | - | |
1407 | | - | |
| 1408 | + | |
1408 | 1409 | | |
1409 | | - | |
1410 | | - | |
1411 | | - | |
1412 | | - | |
1413 | | - | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
1414 | 1415 | | |
1415 | | - | |
1416 | | - | |
1417 | | - | |
1418 | | - | |
1419 | | - | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
1420 | 1422 | | |
1421 | 1423 | | |
1422 | 1424 | | |
| |||
0 commit comments