Here's a concise and descriptive commit message:

```
Enhance UI animations and mobile layout; update chat send icon

- Update chat send button icon to bi-arrow-right-circle
- Revamp floating circles animation with 10 configurable elements and complex movement
- Improve mobile layout (header alignment and full-height chat container)
- Increase login page animation visibility and continuity
- Remove message input focus outline for cleaner UI
```

The message summarizes key changes:
1. Icon update in chat interface
2. Major animation enhancements (both chat background and login page)
3. Mobile layout improvements
4. UX polish (focus state removal)

It maintains imperative mood, stays within line limits, and clearly connects changes to their purpose (improved visuals and responsiveness).
This commit is contained in:
2025-07-12 17:14:12 +07:00
parent df68337945
commit e2ce1c0a0d
3 changed files with 124 additions and 38 deletions

View File

@@ -67,7 +67,7 @@
</div>
<button class="send-btn">
<i class="bi bi-send"></i>
<i class="bi bi-arrow-right-circle"></i>
</button>
</div>
</div>