Move logs view from dev_panel page to a logs page

This commit is contained in:
Greg Burri 2025-04-26 16:26:35 +02:00
parent 1bb0f05fc0
commit b0f0633338
7 changed files with 110 additions and 42 deletions

View file

@ -187,7 +187,11 @@ body {
}
}
#dev-panel {
#logs {
.current {
font-weight: bold;
}
.line {
padding: 3px;
@ -237,6 +241,9 @@ body {
}
}
// #dev-panel {
// }
form {
display: grid;
grid-template-columns: auto 1fr;