fix: styling of processing images
This commit is contained in:
@ -12,11 +12,12 @@ export const ProcessingImages: Component = () => {
|
||||
|
||||
return (
|
||||
<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}>
|
||||
<p class="text-md">
|
||||
Processing {processingNumber()}{" "}
|
||||
{processingNumber() === 1 ? "image" : "images"}
|
||||
...
|
||||
</p>
|
||||
</Show>
|
||||
<Show
|
||||
|
Reference in New Issue
Block a user