Catch errors sooner so users can recover more easily

This commit is contained in:
Zoe 2020-02-24 18:04:11 +00:00
parent 866fdd6185
commit 3302469a2b
4 changed files with 126 additions and 35 deletions

View file

@ -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;
}
}