[PR #7872] fix: layout shift on app card hover #25861

Closed
opened 2026-02-21 20:27:58 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/7872

State: closed
Merged: Yes


Description

When you hover over an app card on the /explore/apps or /apps page, the appearance of button or tag selector at the bottom affects the height of the card component, which in turn affects the height of all the cards in that row, causing a layout shift that slightly impacts the user experience. This commit fixes the issue so that hovering over a card component no longer causes any layout shift.

Type of Change

  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
**Original Pull Request:** https://github.com/langgenius/dify/pull/7872 **State:** closed **Merged:** Yes --- # Description When you hover over an app card on the `/explore/apps` or `/apps` page, the appearance of button or tag selector at the bottom affects the height of the card component, which in turn affects the height of all the cards in that row, causing a layout shift that slightly impacts the user experience. This commit fixes the issue so that hovering over a card component no longer causes any layout shift. ## Type of Change - [x] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
yindo added the pull-request label 2026-02-21 20:27:58 -05:00
yindo closed this issue 2026-02-21 20:27:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25861