mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Fix model picker padding
This commit is contained in:
parent
d7fc1b93ff
commit
60c0a5b8d5
1 changed files with 4 additions and 1 deletions
|
|
@ -265,7 +265,10 @@ export function ModelEffortPicker({ override, className }: ModelEffortPickerProp
|
|||
title={disabledReason ?? undefined}
|
||||
>
|
||||
<div className="tw-flex tw-min-w-0 tw-items-center tw-gap-2">
|
||||
<span className="tw-w-3 tw-text-center tw-text-xs tw-text-muted" aria-hidden>
|
||||
<span
|
||||
className="tw-flex tw-w-3 tw-shrink-0 tw-items-center tw-justify-center tw-text-xs tw-text-muted"
|
||||
aria-hidden
|
||||
>
|
||||
{isActive ? "✓" : isHighlight ? "›" : ""}
|
||||
</span>
|
||||
<div className="tw-min-w-0">
|
||||
|
|
|
|||
Loading…
Reference in a new issue