Added basic user list, Boing and Kirbeep buzzers as well as some refactoring and ui adjustments

This commit is contained in:
Samuel Kent
2022-12-27 09:30:49 +11:00
parent ced7fa5092
commit 252fa97606
15 changed files with 143 additions and 105 deletions
+15 -2
View File
@@ -9,10 +9,16 @@ a, a:visited {
color: rgb(199, 147, 255);
}
.interface {
#interface {
text-align: center;
}
#userListPanel {
position: absolute;
right: 100px;
top: 100px;
}
#buzzerOptions img {
width: 50px;
}
@@ -21,4 +27,11 @@ a, a:visited {
position: absolute;
bottom: 10px;
left: 10px;
}
}
#message {
position: absolute;
font-size: 15px;
top: 0px;
left: 20px;
}