Skip to content

fix(tui): improve Done Annotation spacing and tipbar visual weight#480

Open
Kailigithub wants to merge 1 commit into
lsdefine:mainfrom
Kailigithub:fix/tui-done-annotation-spacing-422
Open

fix(tui): improve Done Annotation spacing and tipbar visual weight#480
Kailigithub wants to merge 1 commit into
lsdefine:mainfrom
Kailigithub:fix/tui-done-annotation-spacing-422

Conversation

@Kailigithub
Copy link
Copy Markdown
Contributor

Summary

Fix two visual layout issues reported in Issue #422:

  1. Done Annotation too cramped: Add margin-top: 1 to .spinner CSS class so the ⠿ {Verb} for Xm Ys · ↑ N · ↓ M line has visual breathing room from the last character of the assistant reply body.

  2. Tip bar too visually prominent: Reduce #tipbar padding from 0 2 to 0 1 and switch color from $ga-dim to $ga-border — a much lighter shade that feels like a subtle helper hint rather than a feature banner.

Changes

Element Before After
.spinner height: 1; height: 1; margin-top: 1;
#tipbar padding 0 2 0 1
#tipbar color $ga-dim $ga-border

Testing

Verified with python3 -m py_compile frontends/tuiapp_v2.py — no syntax errors.

Requires visual confirmation in TUI session: the Done Annotation should be clearly separated from reply content, and the tip bar should be noticeably lighter in visual weight.

- Add margin-top to .spinner so ⠿ annotation has breathing room from
  the last assistant message line
- Reduce tipbar padding (2→1) and switch color from $ga-dim to
  $ga-border for a lighter visual weight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant