mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Allow re-send of messages in msg detail view on OutgoingKeyError
We also show more errors than we used to in the MessageDetail screen to help make it clear what is happening, and why the user would need to re-send. FREEBIE
This commit is contained in:
@@ -159,6 +159,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.retries {
|
||||
padding: 1em;
|
||||
}
|
||||
button.retry {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
.contacts .contact-detail {
|
||||
padding: 0 36px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
Reference in New Issue
Block a user