Added basic user list, Boing and Kirbeep buzzers as well as some refactoring and ui adjustments
This commit is contained in:
+15
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user