fix: Fix message ordering and layout - align messages correctly
All checks were successful
BotUI CI/CD / build (push) Successful in 42s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-15 08:07:09 -03:00
parent 4b85eb5d32
commit 817dfe0520

View file

@ -134,6 +134,8 @@
scrollbar-width: thin;
scrollbar-color: var(--accent, #3b82f6) var(--surface, #1a1a24);
scroll-behavior: smooth;
justify-content: flex-start;
align-items: stretch;
}
/* Enhanced custom scrollbar */