[mod] improve logging

This commit is contained in:
Andy Bunce 2025-09-20 17:27:38 +01:00
parent 279b1ee189
commit 00aed821e1
12 changed files with 89 additions and 48 deletions

View file

@ -22,19 +22,16 @@ body {
grid-template-rows: min-content min-content 1fr min-content;
gap: 1px;
* {
padding: 0px 0px;
}
.nav-item{
padding: 0px 9px;
margin: 0px 3px;
.navbar * {
box-sizing: content-box;
}
/* Set editor dimensions */
#editor {
max-width: 100%;
overflow: hidden;
height:80cqh;
height:75cqh;
}
/* Stretch editor to fit inside its containing div */

File diff suppressed because one or more lines are too long