Buzzers can now be grouped together. Added a lot of buzzers

This commit is contained in:
Samuel Kent
2023-01-26 17:44:27 +11:00
parent 7c7ca158a5
commit 12e6c03dd9
42 changed files with 39 additions and 10 deletions
+19
View File
@@ -102,6 +102,25 @@ ul {
width: 50px;
}
#buzzerOptions small {
position: absolute;
bottom: 3px;
left: 3px;
text-shadow: 1px -1px 2px #000000;
font-size: 15px;
}
.buzzerGroup {
display: inline-block;
position: relative;
}
.buzzerGroupItems {
bottom: 50px;
position: absolute;
width: max-content;
}
#buzzerOptions {
position: absolute;
bottom: 10px;