No responsive breakpoints; unusable below about 1100px #124
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: LOW
Context
The user has confirmed tablet review is possible but not a priority, so this stays low.
The problem
frontend/src/styles.csscontains zero@mediaqueries. The layout is a fixed 200px rail plusa 380px right panel plus a 200px browser filter column.
docs/circa-ui-spec.md§5.2 and §13.2 expect the rail to collapse to icons and panels to stack.Scope
One breakpoint around 1100px: icon-only rail, right panel becomes a bottom sheet or a tab beneath
the image. Defer anything narrower until there is a real user asking for it.
Done when
References
frontend/src/styles.css(no media queries)docs/circa-ui-spec.md§5.2, §13.2