More UI cleanups

This commit is contained in:
Javier Calvarro Nelson
2025-12-11 16:10:59 +01:00
parent c0ce673354
commit fcb6ec9fd3
15 changed files with 145 additions and 34 deletions
@@ -283,6 +283,11 @@ h1:focus {
line-height: 1.5;
}
/* Hide empty message bubbles (e.g., function calls with no visual template) */
.chat-message:empty {
display: none;
}
/* User messages - right aligned with blue background */
.chat-message.user-message {
align-self: flex-end;