style: fix formatting
This commit is contained in:
parent
4561f25021
commit
8cef196854
|
|
@ -8,7 +8,7 @@
|
|||
import { chatWidthClasses } from '$lib/stores/chat.svelte';
|
||||
|
||||
const processingState = useProcessingState();
|
||||
|
||||
|
||||
let widthClasses = $derived(chatWidthClasses());
|
||||
let isCurrentConversationLoading = $derived(isLoading());
|
||||
let isStreaming = $derived(isChatStreaming());
|
||||
|
|
@ -63,10 +63,7 @@
|
|||
</script>
|
||||
|
||||
<div class="chat-processing-info-container pointer-events-none" class:visible={showProcessingInfo}>
|
||||
<div
|
||||
class="chat-processing-info-content {widthClasses.class}"
|
||||
style={widthClasses.style}
|
||||
>
|
||||
<div class="chat-processing-info-content {widthClasses.class}" style={widthClasses.style}>
|
||||
{#each processingDetails as detail (detail)}
|
||||
<span class="chat-processing-info-detail pointer-events-auto backdrop-blur-sm">{detail}</span>
|
||||
{/each}
|
||||
|
|
|
|||
Loading…
Reference in New Issue