logs fixes

This commit is contained in:
Jokob-sk
2022-12-27 14:08:57 +11:00
parent b34a2d60e3
commit d0ad78920f
6 changed files with 117 additions and 67 deletions

View File

@@ -27,10 +27,36 @@
font-family: 'Courier New', monospace;
}
.logs-row
{
align-content: center;
width: 100%;
display: grid;
margin: 5px;
}
.log-area
{
padding: 3px;
width:100%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-color: #606060;
}
.logs-small
{
height: 100px;
}
.log-file
{
width: 145px;
display: inline-grid;
font-size: 20px;
}
.log-purge
{
width: 90px;
float:right;
}
.span-padding
{
padding:10px;