mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-23 02:26:11 +01:00
Better log menu
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user