Skip to content

Commit

Permalink
Merge pull request #75 from iceljc/features/refine-chat-window
Browse files Browse the repository at this point in the history
fix styling
  • Loading branch information
Oceania2018 authored Mar 1, 2024
2 parents 9671743 + 63c7c7c commit e756d9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 7 additions & 5 deletions src/lib/scss/custom/pages/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,6 @@
margin-top: 5px;
margin-bottom: 5px;
}

span {
color: white;
font-size: 16px;
}
}

.log-collapse {
Expand Down Expand Up @@ -387,6 +382,13 @@
padding-left: 0px;
}
}

.state-log-item .log-content {
span {
color: white;
font-size: 16px;
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { Button } from '@sveltestrap/sveltestrap';
import Link from 'svelte-link/src/Link.svelte';
import Markdown from "$lib/common/Markdown.svelte";
import { replaceNewLine } from '$lib/helpers/http';
import { ContentLogSource } from '$lib/helpers/enums';
import { utcToLocal } from '$lib/helpers/datetime';
Expand Down

0 comments on commit e756d9e

Please sign in to comment.