mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 07:51:14 +00:00
fix: remove unnecessary padding from fullscreen gallery image
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user