feat: improve footer branding UX — larger title, symmetric padding, border separator (#195) - #196
Merged
Merged
Conversation
…order separator (#195) - Footer span: fontSize 11→13, fontWeight 400→500, opacity 0.5→0.7 - Footer container: symmetric 12px padding, removed fixed height, added border-top - Closes t-20260630032124158534-3265-8 Co-authored-by: DeepSeek <noreply@deepseek.com>
Owner
Author
|
VERIFIED Evidence
[Stage 1 - correctness] Trivial CSS/style update to the footer branding. No logic changes. |
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.
What
改善 footer "Simple Edge TTS" 品牌標題的可讀性與視覺區隔:字級放大、字重增加、透明度提高、間距對稱化、加上方邊框與 ActionBar 區隔。
How
純 CSS inline style 調整(frontend/src/App.tsx,6 行變更):
Scope
follows spec — 僅動 footer 區塊 style 物件,無邏輯/JS/store 變更。
Lessons
none — trivial CSS-only change, zero JS dependency.
Closes #195