mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
More UI cleanups
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user