ghost messages and some fixes
This commit is contained in:
parent
8e98535407
commit
c479d9a683
11 changed files with 222 additions and 29 deletions
|
@ -1087,6 +1087,9 @@ span.instanceStatus {
|
|||
overflow-y: auto;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#ghostMessages {
|
||||
transform: translate(0px, -22px);
|
||||
}
|
||||
#pasteimage:empty {
|
||||
height: 0;
|
||||
padding: 0;
|
||||
|
@ -1218,7 +1221,17 @@ span.instanceStatus {
|
|||
.dot:nth-child(3) {
|
||||
animation-delay: 0.66s;
|
||||
}
|
||||
|
||||
.loadingMessage {
|
||||
span {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
.erroredMessage {
|
||||
span {
|
||||
opacity: 1;
|
||||
color: var(--red);
|
||||
}
|
||||
}
|
||||
/* Message */
|
||||
.messagediv,
|
||||
.titlespace {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue