Buzzers can now be grouped together. Added a lot of buzzers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user