Right-align reply link in conversation view

So that it lines up with the outbpund messages.

Also the ‘send’ button is usually right-aligned when using Whatsapp,
iMessage, etc.
This commit is contained in:
Chris Hill-Scott
2017-10-24 12:00:51 +01:00
parent e1ca1c02b2
commit e49693281a
2 changed files with 5 additions and 1 deletions

View File

@@ -73,3 +73,7 @@ $tail-angle: 20deg;
}
}
.sms-message-reply-link {
text-align: right;
}