feat: style improvements
This commit is contained in:
parent
0860300660
commit
413f808dc0
8 changed files with 43 additions and 24 deletions
|
|
@ -1681,7 +1681,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
disabled={!prompt.dirty() && !working()}
|
||||
icon={working() ? "stop" : "arrow-up"}
|
||||
variant="primary"
|
||||
class="h-6 w-4.5"
|
||||
class="h-6 w-6"
|
||||
/>
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -236,6 +236,7 @@ export function SessionHeader() {
|
|||
<Show when={shareEnabled() && currentSession()}>
|
||||
<div class="flex items-center">
|
||||
<Popover
|
||||
gutter={16}
|
||||
title="Publish on web"
|
||||
description={
|
||||
shareUrl()
|
||||
|
|
@ -298,7 +299,7 @@ export function SessionHeader() {
|
|||
</div>
|
||||
</Popover>
|
||||
<Show when={shareUrl()} fallback={<div class="size-6" aria-hidden="true" />}>
|
||||
<Tooltip value={state.copied ? "Copied" : "Copy link"} placement="top" gutter={8}>
|
||||
<Tooltip value={state.copied ? "Copied" : "Copy link"} placement="top-end" gutter={12}>
|
||||
<IconButton
|
||||
icon={state.copied ? "check" : "copy"}
|
||||
variant="secondary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue