Skip to content

Commit

Permalink
change in wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
pukmajster committed Oct 19, 2024
1 parent 1560386 commit eaf5008
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/renderer/src/features/settings/SettingsModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<button on:click={close} class="ml-auto btn btn-icon btn-sm"> <X size={24} /></button>
</div>

<div class="px-4 pb-4 flex flex-col gap-4">
<div class="px-4 pb-4 flex flex-col gap-3">
<svelte:component this={activeTabData.component} />
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
export let label
</script>

<h4 class="font-semibold text-lg">{label}</h4>
<h4 class="font-semibold text-lg [&:not(:first-child)]:mt-4">{label}</h4>
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@

<SettingsPaper label="Wasted space">
<svelte:fragment slot="description">
<p>Select your preferred method of filling the wasted space around thumbnails.</p>
<p>
Choose how to fill the wasted space around thumbnails that don't fit your preferred aspect
ratio.
</p>
</svelte:fragment>

<svelte:fragment slot="main">
Expand Down

0 comments on commit eaf5008

Please sign in to comment.