Initialise global message
- Create new class to manager global message. My idea is that this class permit to manage audio or text message. - Update html to have main content id and inject html in this. - Create front event to receive startMessage and stopMessage. - Delete impoted variable not used.
This commit is contained in:
Vendored
+11
@@ -403,3 +403,14 @@ body {
|
||||
.chat-mode > div:last-child {
|
||||
flex-grow: 5;
|
||||
}
|
||||
|
||||
.message-container{
|
||||
top: 0;
|
||||
left: 20%;
|
||||
position: absolute;
|
||||
width: 60%;
|
||||
height: auto;
|
||||
z-index: 200;
|
||||
background-color: #00000096;
|
||||
border-radius: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user