Move logs view from dev_panel page to a logs page
This commit is contained in:
parent
1bb0f05fc0
commit
b0f0633338
7 changed files with 110 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue