feat: ability to enable/disable active drones from the DroneBay (#83)

This commit is contained in:
Patric Stout
2024-05-09 16:07:54 +02:00
committed by GitHub
parent 1b9c08dfbf
commit e3caad1a32
9 changed files with 367 additions and 17 deletions

View File

@@ -47,3 +47,20 @@
display: inline-block;
margin-left: 5px;
}
.droneBay {
cursor: pointer;
position: relative;
z-index: 100;
}
.droneBayOverlay {
display: none;
position: absolute;
bottom: 40px;
left: 10px;
width: 350px;
z-index: 101;
}
.droneBayVisible {
display: block;
}