Add margin-bottom to button rows in commands components

oggui/commands
Alvaro Puente Mella 2024-09-26 12:06:36 +02:00
parent 86bcf04b2e
commit 5fc5ac2f9d
3 changed files with 12 additions and 1 deletions

View File

@ -63,4 +63,8 @@
.search-boolean {
flex: 1;
padding: 5px;
}
}
.command-groups-button-row{
margin-bottom: 10px;
}

View File

@ -0,0 +1,3 @@
.task-button-row{
margin-bottom: 10px;
}

View File

@ -63,4 +63,8 @@ tr:hover {
.search-boolean {
flex: 1;
padding: 5px;
}
.command-button-row{
margin-bottom: 10px;
}