mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Fix ios control messages
i.e., session reset messages. // FREEBIE
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
}
|
||||
|
||||
.ios {
|
||||
.control .content {
|
||||
padding: 10px;
|
||||
}
|
||||
.bubble {
|
||||
.content .body {
|
||||
display: inline-block;
|
||||
|
||||
@@ -1274,6 +1274,8 @@ li.entry .error-icon-container {
|
||||
background-color: #d9d9d9;
|
||||
border-color: silver; }
|
||||
|
||||
.ios .control .content {
|
||||
padding: 10px; }
|
||||
.ios .bubble .content .body {
|
||||
display: inline-block;
|
||||
padding: 10px; }
|
||||
|
||||
Reference in New Issue
Block a user