Virtualize chat (#3196)

This commit is contained in:
Kalle
2026-06-27 11:17:12 +03:00
committed by GitHub
parent 6732b6c59b
commit 0d59dcd734
5 changed files with 208 additions and 39 deletions

View File

@@ -209,10 +209,13 @@
}
/* messages: no top padding, fill available space */
& ol {
& [role="listbox"] {
padding-top: 0;
flex: 1;
height: auto;
}
& [role="option"] {
padding-inline: var(--s-2);
}