mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 11:37:47 +01:00
refactor: keep the same height in compact mode (#962)
This commit is contained in:
@@ -251,7 +251,7 @@ const InputControls = ({
|
|||||||
!visibleExtensionStore && (
|
!visibleExtensionStore && (
|
||||||
<div
|
<div
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"inline-flex items-center gap-1 px-2 py-1 rounded-full hover:!text-[#881c94] cursor-pointer transition",
|
"inline-flex items-center gap-1 h-[20px] px-1 rounded-full hover:!text-[#881c94] cursor-pointer transition",
|
||||||
[
|
[
|
||||||
enabledAiOverview
|
enabledAiOverview
|
||||||
? "text-[#881c94]"
|
? "text-[#881c94]"
|
||||||
@@ -271,7 +271,7 @@ const InputControls = ({
|
|||||||
setEnabledAiOverview(!enabledAiOverview);
|
setEnabledAiOverview(!enabledAiOverview);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Sparkles className="size-4" />
|
<Sparkles className="size-3" />
|
||||||
</VisibleKey>
|
</VisibleKey>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
|
|||||||
Reference in New Issue
Block a user