fix: remove unnecessary padding from fullscreen gallery image

This commit is contained in:
2025-11-27 21:43:20 +08:00
parent 7d41f8f5a5
commit 574e762fd1

View File

@@ -282,7 +282,7 @@ function GalleryFullscreen({
<img
src={network.getImageUrl(images[currentIndex])}
alt=""
className="w-full h-full object-contain rounded-xl p-4 sm:p-6"
className="w-full h-full object-contain rounded-xl"
/>
</motion.div>
</AnimatePresence>