fix: styling of processing images
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user