Корректировка данных в логах

This commit is contained in:
Maxim
2026-06-18 14:40:59 +03:00
parent 9bbcd67065
commit 18d005c933
4 changed files with 370 additions and 150 deletions

View File

@@ -545,4 +545,21 @@
font-size: var(--font-size-xs);
padding: 3px 4px;
}
}
/* ===== НОМЕРА ЗАПИСЕЙ ===== */
.event-num {
opacity: 0.3;
font-size: var(--font-size-xs);
margin-right: 8px;
color: #666;
min-width: 30px;
display: inline-block;
}
.data-table td:first-child {
opacity: 0.3;
font-size: var(--font-size-xs);
color: #666;
min-width: 30px;
}