Commit 460355a
fix(leetcode): visually group heatmap + badges into one bordered card (#6)
The compact badges row was sitting outside the heatmap's card boundary,
making it ambiguous whose badges belonged to whom — readers had to
trace upward past a border to find the engineer name.
- Pull the border out to .lc-heatmap-card itself; remove the inner
heatmap's border so the whole engineer block is one container:
header → heatmap → badges, top-to-bottom.
- Add a "Badges · N" subtitle (.lc-badges-compact-title) above the
icon row, separated by a top border, so the section reads as a
labeled subsection of the engineer's card rather than a floating
strip.
- Engineer header gets a bottom border to anchor it visually.
Co-authored-by: Truong Le Vinh Phuc <phuc.truong@katalon.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 109a137 commit 460355a
2 files changed
Lines changed: 46 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1356 | 1356 | | |
1357 | 1357 | | |
1358 | 1358 | | |
1359 | | - | |
| 1359 | + | |
1360 | 1360 | | |
1361 | 1361 | | |
1362 | 1362 | | |
1363 | 1363 | | |
1364 | 1364 | | |
1365 | | - | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
1366 | 1377 | | |
1367 | 1378 | | |
1368 | 1379 | | |
1369 | 1380 | | |
1370 | 1381 | | |
1371 | 1382 | | |
| 1383 | + | |
| 1384 | + | |
1372 | 1385 | | |
1373 | 1386 | | |
1374 | 1387 | | |
| |||
1398 | 1411 | | |
1399 | 1412 | | |
1400 | 1413 | | |
1401 | | - | |
1402 | | - | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
1403 | 1433 | | |
1404 | 1434 | | |
1405 | 1435 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
0 commit comments