Catch errors sooner so users can recover more easily
This commit is contained in:
parent
866fdd6185
commit
3302469a2b
4 changed files with 126 additions and 35 deletions
|
@ -653,3 +653,17 @@ div.mx_EventTile_notSent.mx_EventTile_redacted .mx_UnknownBody {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_EventTile_tileError {
|
||||
color: red;
|
||||
|
||||
.mx_EventTile_line span {
|
||||
padding: 4px 8px;
|
||||
border-radius: 11px;
|
||||
box-shadow: 0px 0px 3px red inset;
|
||||
}
|
||||
|
||||
a {
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue