style(design): FINDING-001 — числовые колонки слотов (Длит./Крен) по правому краю + tabular-nums

This commit is contained in:
Дмитрий Соловьев
2026-06-15 11:43:00 +03:00
parent 7f9cd34ae9
commit 6db196066d
@@ -1099,6 +1099,8 @@
width: 100%;
border-collapse: collapse;
font-size: 0.78rem;
/* Моноширинные цифры — чтобы время, длительность и крен выравнивались по разрядам. */
font-variant-numeric: tabular-nums;
}
.tgu-slots-table th,
@@ -1109,6 +1111,14 @@
border-bottom: 1px solid var(--line);
}
/* Числовые колонки (Длит., Крен) — по правому краю, чтобы значения сравнивались взглядом. */
.tgu-slots-table th:nth-child(5),
.tgu-slots-table td:nth-child(5),
.tgu-slots-table th:nth-child(6),
.tgu-slots-table td:nth-child(6) {
text-align: right;
}
.tgu-slots-table thead th {
position: sticky;
top: 0;