[mod] improve logging
This commit is contained in:
parent
279b1ee189
commit
00aed821e1
12 changed files with 89 additions and 48 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue