Skip to content

fix: keep toolbar actions visible in narrow sidebars - #549

Merged
agegr merged 1 commit into
agegr:mainfrom
gnahzil:fix/keep-mobile-toolbar-actions-visible
Aug 25, 2026
Merged

fix: keep toolbar actions visible in narrow sidebars#549
agegr merged 1 commit into
agegr:mainfrom
gnahzil:fix/keep-mobile-toolbar-actions-visible

Conversation

@gnahzil

@gnahzil gnahzil commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • show the six mobile toolbar actions inline when the viewport is between 481px and 640px
  • keep the existing More-button overlay on viewports at or below 480px
  • close stale overlay state when the responsive layout changes
  • add regression coverage for the medium-sidebar and narrow-mobile layouts

Fixes #525

Validation

  • npm test — 588 passed
  • node_modules/.bin/tsc --noEmit
  • npm run lint
  • git diff --check
  • manually checked at 375px, 522px, and 735px viewport widths

Show mobile toolbar actions inline between 481px and 640px while keeping the More overlay on narrower phones. Close stale overlay state when the responsive layout changes.\n\nFixes agegr#525
@agegr
agegr merged commit 460da47 into agegr:main Aug 25, 2026
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.

0.8.1更新到0.8.9之后, 浏览器侧边栏模式下,顶栏儿控件默认折叠了, 但其实空间足够,

2 participants