style: Update styling and input bar characters.

- Updated styling and characters added to input bar.
This commit is contained in:
kangfenmao 2024-09-06 14:07:45 +08:00
parent 591bb45a4e
commit 3859289218

View File

@ -263,9 +263,9 @@ const Inputbar: FC<Props> = ({ assistant, setActiveTopic }) => {
<TextCount>
<Tooltip title={t('chat.input.context_count.tip') + ' | ' + t('chat.input.estimated_tokens.tip')}>
<StyledTag>
{contextCount}
{contextCount}
<Divider type="vertical" style={{ marginTop: 2, marginLeft: 5, marginRight: 5 }} />{inputTokenCount}
<span style={{ margin: '0 2px' }}>/</span>
<span style={{ margin: '0 2px', fontSize: 10 }}>/</span>
{estimateTokenCount}
</StyledTag>
</Tooltip>