🔑🏏 Checkpoint
./public/style.css:530995/304 ./views/room.handlebars:530995/22 ./room.js:530995/139
This commit is contained in:
@@ -114,4 +114,23 @@ figure.participant figcaption {
|
||||
40%, 60% {
|
||||
transform: scale(1.3) rotate(30deg);
|
||||
}
|
||||
}
|
||||
|
||||
#messageBox {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
height:100px;
|
||||
background: #bbbbf2;
|
||||
border: 3px solid black;
|
||||
}
|
||||
|
||||
#messageBox img {
|
||||
max-height: 90%;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user