update gui

This commit is contained in:
Sem van der Hoeven
2023-05-29 12:57:23 +02:00
parent 3b97c44ed8
commit 340419a187
2 changed files with 35 additions and 0 deletions

View File

@@ -28,4 +28,23 @@ body {
height: 400px;
border: 1px solid red;
padding: 10px;
}
#connectedbuttons {
overflow: auto;
}
#buttons {
float: left;
}
#connectedstatus {
float:left;
}
#take_picture {
float:right;
}
#arm_disarm {
float: right;
}