fix layout
Browse files
src/lib/components/InferencePlayground/InferencePlaygroundConversation.svelte
CHANGED
@@ -65,8 +65,8 @@
|
|
65 |
|
66 |
<div
|
67 |
class="flex flex-col overflow-y-auto overflow-x-hidden @container {compareActive
|
68 |
-
? 'max-h-[calc(100dvh-5.8rem-2.5rem)]'
|
69 |
-
: 'max-h-[calc(100dvh-5.8rem)]'}"
|
70 |
class:animate-pulse={loading && !conversation.streaming}
|
71 |
bind:this={messageContainer}
|
72 |
on:scroll={() => {
|
|
|
65 |
|
66 |
<div
|
67 |
class="flex flex-col overflow-y-auto overflow-x-hidden @container {compareActive
|
68 |
+
? 'max-h-[calc(100dvh-5.8rem-2.5rem-75px)] md:max-h-[calc(100dvh-5.8rem-2.5rem)]'
|
69 |
+
: 'max-h-[calc(100dvh-5.8rem-2.5rem-75px)] md:max-h-[calc(100dvh-5.8rem)]'}"
|
70 |
class:animate-pulse={loading && !conversation.streaming}
|
71 |
bind:this={messageContainer}
|
72 |
on:scroll={() => {
|