fix: grid mode for images and video content page, shadow not fully displayed when the mouse hovers over the image
In the grid browsing mode of images and on the video content display page, when the mouse hovers over an image, the shadow is not fully displayed and appears truncated at the top.
I identified that the issue was caused by the "inset-y-1" style in the ãListItemHoverOverlayã component.
As this is a foundational component, I opted not to modify it directly. Instead, I introduced an "overlayItemClassName" attribute to the ãEntryItemWrapperã component to address the style issue.
@cuikaipeng is attempting to deploy a commit to the RSS3 Team on Vercel.
A member of the Team first needs to authorize it.
Linting and formatting issues were automatically fixed. Please review the changes.
I noticed a commit by the manager that refactored the component I had modified, so I closed this PR.