Skip to content

fix(webui): allow hiding mobile canvas rail - #1827

Merged
3clyp50 merged 1 commit into
agent0ai:readyfrom
er-s-an:codex/fix-mobile-right-canvas-rail
Aug 27, 2026
Merged

fix(webui): allow hiding mobile canvas rail#1827
3clyp50 merged 1 commit into
agent0ai:readyfrom
er-s-an:codex/fix-mobile-right-canvas-rail

Conversation

@er-s-an

@er-s-an er-s-an commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • let the mobile canvas rail keep its flex layout without overriding Alpine visibility
  • add a regression check tying the mobile CSS rule to the existing rightCanvasRail preference

Closes #1810

Testing

  • pytest -q tests/test_ui_control_visibility.py::test_mobile_canvas_rail_respects_visibility_preference (1 passed)

Let Alpine's x-show inline display state override the mobile rail layout rule while preserving flex layout when visible. Add a focused regression test for the CSS cascade contract.\n\nRefs agent0ai#1810
@3clyp50
3clyp50 changed the base branch from main to ready August 27, 2026 11:51
@3clyp50
3clyp50 merged commit a43f11f into agent0ai:ready Aug 27, 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.

Right canvas rail cannot be hidden on mobile: display: flex !important overrides the Interface controls setting

2 participants