trying to make the logs view to have better date format.

This commit is contained in:
Kalzu Rekku
2025-06-12 11:16:26 +03:00
parent 1cbf9311e5
commit 4e31fe7cce
7 changed files with 71 additions and 20 deletions

View File

@ -40,6 +40,8 @@ body {
margin-bottom: 20px;
width: 80vw;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
h1 {
@ -63,13 +65,17 @@ code {
}
#node-grid-container, #log-table-container {
width: 80vw;
max-width: 1200px;
width: 95vw;
max-width: 1600px;
min-width: 400px;
padding: 20px;
background-color: var(--nord3);
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
overflow-x: auto;
}
.connection-grid {