修复浮动活动窗口:统一栏高、更正折叠图标#311
Merged
longsizhuo merged 1 commit intoInvolutionHell:mainfrom Apr 19, 2026
Merged
Conversation
Use a fixed h-8 bar for the collapsed “Latest” control and expanded header. Replace the minimise control icon with ChevronDown (collapse) and expand with ChevronUp on the teaser. Tighten chevron sizing and add shrink-0 on header icons so layout stays stable.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@Purestone is attempting to deploy a commit to the longsizhuo's projects Team on Vercel. A member of the Team first needs to authorize it. |
Member
|
感谢PR! 已合并 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
调整首页浮动窗口(Latest / The Daily Feed)活动横幅:折叠态与展开态顶栏统一为固定高度,最小化按钮使用向下箭头以表示「收起」,并收紧图标尺寸、为图标增加
shrink-0,避免布局被挤压。变更说明
ChevronUp改为ChevronDown;关闭与最小化图标增加shrink-0。h-8固定栏高以与展开后同色标题栏一致;teaser 使用ChevronUp但不翻转,尺寸改为w-3.5 h-3.5并shrink-0。自测