fix: Fix message ordering and layout - align messages correctly
All checks were successful
BotUI CI/CD / build (push) Successful in 42s
All checks were successful
BotUI CI/CD / build (push) Successful in 42s
This commit is contained in:
parent
4b85eb5d32
commit
817dfe0520
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue