1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-22 14:38:25 +02:00

Improve mobile chat

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-04-27 23:20:15 +02:00
parent bfd1a76a2d
commit 7bb0f78f34
7 changed files with 112 additions and 8 deletions

View File

@ -51,7 +51,7 @@
<label for="input-message" class="input-group-text">
<i class="fas fa-comment"></i>
</label>
<input type="text" class="form-control" id="input-message" placeholder="{% trans "Send message" %}" autocomplete="off">
<input type="text" class="form-control" id="input-message" placeholder="{% trans "Send message" %}" autofocus autocomplete="off">
<button class="input-group-text btn btn-success" type="submit">
<i class="fas fa-paper-plane"></i>
</button>