Better log menu

This commit is contained in:
2022-06-13 19:32:31 +02:00
parent 0e76ddb42d
commit 2b0bfb9429
2 changed files with 50 additions and 14 deletions

View File

@@ -189,4 +189,24 @@ header h1 {
position: relative;
margin-top: 15px;
width: 100%;
}
.noMarginBottom {
margin-bottom: 0;
}
#outputDiv {
display: flex;
align-items: center;
}
#output {
margin-left: 5px;
}
#openLogButton {
margin-top: 5px;
}
#deleteLogsButton {
margin-top: 5px;
margin-left: 5px;
}