style: unify page palette and button proportions#123
Merged
Conversation
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.
Motivation
Description
master-api/static/theme.css中新增共享视觉 token(如--surface-glass、--btn-primary-bg、--btn-danger-bg、--btn-secondary-bg)并在亮暗主题中同步变量值以统一面板与背景样式(卡片、面板、header)。.glass-card/.glass-panel/.panel-card/.dashboard-header)背景和阴影标准化,强制使用共享面板样式以消除页面间质感差异。master-api/static/glass-design.css中同步调整.btn、.btn-primary、.btn-secondary与.btn-danger-solid的内外间距、圆角、渐变与阴影,实现组件库与页面样式一致;同时强化侧边栏底部退出按钮样式。Testing
git status --short、nl -ba master-api/static/theme.css | sed -n '1,240p'和nl -ba master-api/static/glass-design.css | sed -n '90,240p',变更已写入并显示正确(提交成功)。style: unify page palette and button proportions)。Codex Task