Folo icon indicating copy to clipboard operation
Folo copied to clipboard

fix: grid mode for images and video content page, shadow not fully displayed when the mouse hovers over the image

Open cuikaipeng opened this issue 1 year ago • 1 comments

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. iShot_2024-09-29_13 45 17

cuikaipeng avatar Sep 29 '24 06:09 cuikaipeng

@cuikaipeng is attempting to deploy a commit to the RSS3 Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Sep 29 '24 06:09 vercel[bot]

Linting and formatting issues were automatically fixed. Please review the changes.

github-actions[bot] avatar Sep 30 '24 09:09 github-actions[bot]

I noticed a commit by the manager that refactored the component I had modified, so I closed this PR.

cuikaipeng avatar Sep 30 '24 09:09 cuikaipeng