Skip to content

Commit 2809227

Browse files
author
Jicheng Lu
committed
refine style
1 parent 40055a5 commit 2809227

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,11 @@
431431
font-size: 15px;
432432
padding-left: 0px;
433433
}
434+
}
435+
436+
.state-change-container {
437+
margin-top: 0px;
438+
margin-bottom: 0px;
434439

435440
.state-key {
436441
color: var(--bs-primary);

src/routes/chat/[agentId]/[conversationId]/stateLogs/state-change-element.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
export let data;
55
</script>
66

7-
<div class="log-element">
7+
<div class="log-element state-change-container">
88
<div class="log-meta state-key">
99
<div><b>{`${data?.name}`}</b></div>
1010
</div>

0 commit comments

Comments
 (0)