fix(ui-trajectory): separate consecutive request markers

This commit is contained in:
_Kerman
2026-08-03 13:53:50 +08:00
parent 68e79ed983
commit 44304a458c
@@ -104,6 +104,11 @@
border-bottom: 0;
}
.table tbody tr[data-request-only='true']:has(+ tr[data-request-only='true']) td {
/* Keep consecutive boundary markers from painting their halos over one another. */
height: 9px;
}
.table tbody tr[data-request-only='true']:last-child td {
/* Retain the lower half of the 16px boundary marker at the table's end. */
height: 9px;