Skip to content

Commit

Permalink
fix: tooltip classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jan 8, 2025
1 parent 5300b3b commit 4843856
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/components/chat/ChatInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,11 @@
</HoverTooltip>
</form>
{#if mimeTypes.includes("image/*")}
<HoverTooltip label="Capture screenshot" position="top">
<HoverTooltip
label="Capture screenshot"
position="top"
TooltipClassNames="text-xs !text-left !w-auto whitespace-nowrap !py-1 !mb-0 max-sm:hidden"
>
<button
class="base-tool"
on:click|preventDefault={async () => {
Expand Down

0 comments on commit 4843856

Please sign in to comment.