We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54cef1d commit d42da41Copy full SHA for d42da41
1 file changed
src/lib/components/chat/ModelSelector/Selector.svelte
@@ -649,7 +649,7 @@
649
650
let listScrollTop = 0;
651
let listContainer;
652
- $: listViewportHeight = isSmallViewport ? 192 : 288;
+ $: listViewportHeight = isSmallViewport ? 240 : 288;
653
654
$: visibleStart = Math.max(0, Math.floor(listScrollTop / ITEM_HEIGHT) - OVERSCAN);
655
$: visibleEnd = Math.min(
0 commit comments