Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Jan 20, 2024
1 parent 494af2b commit a61cd54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/components/AboutPanel.svelte
Expand Up @@ -15,12 +15,16 @@

<Box title="About" style="flex: 1">
<div>
Very heavily inspired by <a href="https://terminal.sexy" target="_blank">terminal.sexy</a>
and
<a href="https://terminal.love" target="_blank">terminal.love</a>, this offers a quick way to
preview <strong>*some*</strong> of the many styling options available for fzf.<br />Made with
Heavily inspired by <a href="https://terminal.sexy" target="_blank" rel="noopener noreferrer"
>terminal.sexy</a
>, this offers a quick way to preview <strong>*some*</strong> of the many styling options
available for fzf. Create & share your themes.
<br /><br />Made with
<Heart size="16" style="color: red; vertical-align: middle;" />
by <a href="https://github.com/vitormv" target="_blank">@vitormv</a>.
by
<a href="https://github.com/vitormv" target="_blank" rel="noopener noreferrer">@vitormv</a>.
<br />
Checkout the source code at <a href="https://github.com/vitormv/fzf-themes">Github</a>
</div>
</Box>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/components/OptionsPanel.svelte
Expand Up @@ -149,6 +149,7 @@
<input
type="text"
maxlength="2"
required
value={$optionsStore.pointer}
on:input={(e) => void optionsStore.set('pointer', e.currentTarget.value)}
/>
Expand All @@ -158,6 +159,7 @@
<input
type="text"
maxlength="2"
required
value={$optionsStore.marker}
on:input={(e) => void optionsStore.set('marker', e.currentTarget.value)}
/>
Expand Down

0 comments on commit a61cd54

Please sign in to comment.