minor styling fixes

pull/2170/head
warrickct 3 years ago
parent 11e6d80419
commit 02cf6fea2b

@ -658,6 +658,7 @@
display: flex;
flex-direction: row;
padding-inline-end: 16px;
padding-top: 8px;
padding-bottom: 8px;
padding-inline-start: 16px;
align-items: center;

@ -132,7 +132,6 @@ $session-compose-margin: 20px;
align-items: center;
overflow-y: auto;
overflow-x: hidden;
justify-content: space-between;
.session-icon .exit {
padding: 13px;

@ -1228,7 +1228,7 @@ export class ConversationModel extends Backbone.Model<ConversationAttributes> {
});
if (!this.isApproved() && value) {
// if it's false or hasnt been set, send approval msg
// if convo hasn't been approved until now, send approval msg
this.sendMessageRequestResponse(true);
void forceSyncConfigurationNowIfNeeded();
}

Loading…
Cancel
Save