Skip to content

Commit 63c7c7c

Browse files
author
Jicheng Lu
committed
fix styling
1 parent ab70fcd commit 63c7c7c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/lib/scss/custom/pages/_chat.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -355,11 +355,6 @@
355355
margin-top: 5px;
356356
margin-bottom: 5px;
357357
}
358-
359-
span {
360-
color: white;
361-
font-size: 16px;
362-
}
363358
}
364359

365360
.log-collapse {
@@ -387,6 +382,13 @@
387382
padding-left: 0px;
388383
}
389384
}
385+
386+
.state-log-item .log-content {
387+
span {
388+
color: white;
389+
font-size: 16px;
390+
}
391+
}
390392
}
391393
}
392394
}

src/routes/chat/[agentId]/[conversationId]/contentLogs/content-log-element.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { Button } from '@sveltestrap/sveltestrap';
33
import Link from 'svelte-link/src/Link.svelte';
44
import Markdown from "$lib/common/Markdown.svelte";
5-
import { replaceNewLine } from '$lib/helpers/http';
65
import { ContentLogSource } from '$lib/helpers/enums';
76
import { utcToLocal } from '$lib/helpers/datetime';
87

0 commit comments

Comments
 (0)