mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
💄 style(chat-input): fix control bar height jump when TokenTag appears (#15643)
This commit is contained in:
@@ -192,7 +192,7 @@ const Token = memo(() => {
|
||||
mode={'used'}
|
||||
value={totalToken}
|
||||
size={{
|
||||
blockSize: 32,
|
||||
blockSize: 28,
|
||||
size: 18,
|
||||
}}
|
||||
text={{
|
||||
|
||||
@@ -14,6 +14,7 @@ import WorkspaceControls from './WorkspaceControls';
|
||||
|
||||
const styles = createStaticStyles(({ css }) => ({
|
||||
bar: css`
|
||||
height: 28px;
|
||||
padding-block: 0;
|
||||
padding-inline: 4px;
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user