mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 04:38:24 -04:00
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:
@@ -73,3 +73,7 @@ $tail-angle: 20deg;
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sms-message-reply-link {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
) }}
|
) }}
|
||||||
|
|
||||||
{% if current_user.has_permissions(['send_texts'], admin_override=True) %}
|
{% if current_user.has_permissions(['send_texts'], admin_override=True) %}
|
||||||
<p>
|
<p class="sms-message-reply-link">
|
||||||
<a href="{{ url_for('.conversation_reply', service_id=current_service.id, notification_id=notification_id) }}">Send a text message to this phone number</a>
|
<a href="{{ url_for('.conversation_reply', service_id=current_service.id, notification_id=notification_id) }}">Send a text message to this phone number</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user