Implement await indicator and message display logic

This commit is contained in:
Dennis Schoepf 2021-07-21 11:05:04 +02:00
parent d471600c0f
commit e62b549185
5 changed files with 59 additions and 14 deletions

View file

@ -45,6 +45,13 @@ button {
width: 40px;
}
#companion-await-indicator {
height: 40px;
width: 40px;
position: absolute;
right: 0;
}
#companion-mouth {
position: absolute;
z-index: 2;
@ -81,6 +88,7 @@ button {
}
#message {
display: none;
position: absolute;
right: 60px;
bottom: 50px;
@ -89,7 +97,6 @@ button {
border-radius: 10px;
background-color: white;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
display: flex;
flex-direction: column;
min-width: 70%;