style: Update styling and input bar characters.
- Updated styling and characters added to input bar.
This commit is contained in:
parent
591bb45a4e
commit
3859289218
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user