Improve chat UI with consistent styling, hover effects, flexbox adjustments, and message container restructuring. Sort messages by timestamp for better readability.

This commit is contained in:
2026-07-19 17:51:18 +02:00
parent a5c6ab9020
commit 51416aec01
6 changed files with 56 additions and 20 deletions
@@ -27,6 +27,7 @@
min-width: 0;
padding: 0 5px 0 5px;
min-height: 0;
box-sizing: border-box;
}
}
}