style(design): FINDING-001 — числовые колонки слотов (Длит./Крен) по правому краю + tabular-nums
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user