Implement await indicator and message display logic
This commit is contained in:
parent
d471600c0f
commit
e62b549185
5 changed files with 59 additions and 14 deletions
|
|
@ -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%;
|
||||
|
||||
|
|
|
|||
Reference in a new issue