Skip to content

Commit 53c7270

Browse files
committed
refactor: adjust padding for no compressed images message
1 parent 61e0349 commit 53c7270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/image-compressor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ const ImageCompressor = () => {
334334
</div>
335335
</PhotoProvider>
336336
) : (
337-
<div className="text-muted-foreground animate-fadeIn flex flex-col items-center justify-center py-4 text-center">
337+
<div className="text-muted-foreground animate-fadeIn flex flex-col items-center justify-center py-6 text-center md:py-10">
338338
<Inbox className="size-14" strokeWidth={1.5} />
339339
<h3 className="mb-1 text-base font-medium">
340340
No Compressed Images

0 commit comments

Comments
 (0)