diff --git a/src/components/TabPages/Conversation/Chat/Timeline.svelte b/src/components/TabPages/Conversation/Chat/Timeline.svelte index c71571e..c318078 100644 --- a/src/components/TabPages/Conversation/Chat/Timeline.svelte +++ b/src/components/TabPages/Conversation/Chat/Timeline.svelte @@ -12,7 +12,7 @@
{#each $chatTimeline as line, index}
-
+
{#if line} {#if line?.role === 'user'} @@ -162,7 +162,8 @@ strong { color: inherit !important; - &::before,&::after { + &::before, + &::after { content: unset; } text-decoration: underline; @@ -198,7 +199,7 @@ color: rgb(179, 251, 255); font-size: 0.9em; font-weight: bold; - font-style:italic; + font-style: italic; border-bottom: none; text-decoration: none; &::before { @@ -237,7 +238,7 @@ table { outline: 1px solid var(--accent-color-darker4); box-shadow: 0 0 20px black; - width:100%; + width: 100%; margin-block: 1em; th { background-color: var(--accent-color-darker4); @@ -246,7 +247,8 @@ color: black !important; strong { color: black !important; - &::before,&::after { + &::before, + &::after { content: unset; } } diff --git a/src/components/TabPages/Conversation/Chat/TimelineResponse_User.svelte b/src/components/TabPages/Conversation/Chat/TimelineResponse_User.svelte index fdb5cdc..6326657 100644 --- a/src/components/TabPages/Conversation/Chat/TimelineResponse_User.svelte +++ b/src/components/TabPages/Conversation/Chat/TimelineResponse_User.svelte @@ -32,11 +32,14 @@ .user { flex: auto; display: flex; - + width: 100%; .text { flex: auto; color: var(--primary-fg); + font-style: italic; line-height: 1.35em; + width: 100%; + overflow: scroll; &::before { content: '> '; font-weight: bold;