fix: styling of processing images

This commit is contained in:
2025-07-18 15:54:46 +01:00
parent ec18cb0ee0
commit 0d5e6146f2

View File

@ -12,11 +12,12 @@ export const ProcessingImages: Component = () => {
return ( return (
<Popover sameWidth gutter={4}> <Popover sameWidth gutter={4}>
<Popover.Trigger class="w-full flex justify-between rounded-xl px-4 py-2"> <Popover.Trigger class="w-full flex justify-between gap-4 rounded-xl px-4 py-2">
<Show when={processingNumber() > 0}> <Show when={processingNumber() > 0}>
<p class="text-md"> <p class="text-md">
Processing {processingNumber()}{" "} Processing {processingNumber()}{" "}
{processingNumber() === 1 ? "image" : "images"} {processingNumber() === 1 ? "image" : "images"}
...
</p> </p>
</Show> </Show>
<Show <Show