Refactored timeparsing from HTML input

This commit is contained in:
Magnus Åhall 2024-06-27 13:45:01 +02:00
parent ab87da256c
commit 530204c1a5
6 changed files with 45 additions and 22 deletions

View file

@ -42,6 +42,9 @@
gap: 16px;
white-space: nowrap;
}
#values .header {
font-weight: bold;
}
.widgets {
display: grid;
grid-template-columns: min-content 1fr;

View file

@ -42,6 +42,9 @@
gap: 16px;
white-space: nowrap;
}
#values .header {
font-weight: bold;
}
.widgets {
display: grid;
grid-template-columns: min-content 1fr;