Skip to content

fix(frontend): left-align the Video page like the other pages#97

Merged
dakejahl merged 1 commit into
mainfrom
fix/video-page-left-align
Jun 27, 2026
Merged

fix(frontend): left-align the Video page like the other pages#97
dakejahl merged 1 commit into
mainfrom
fix/video-page-left-align

Conversation

@dakejahl

Copy link
Copy Markdown
Contributor

Summary

Left-align the Video page so it sits beside the sidebar like the other pages, instead of floating centered in the middle of the screen.

Problem

The Video route widens #app to the full viewport (so the live frame isn't a thin strip — see #96). The Video page's .page-container still used margin: 0 auto, which centered its capped (max-width 1600px) content in that full width, leaving a large gap on the left between it and the sidebar. The data pages don't show this because #app shrink-wraps to their content on their routes.

Solution

Drop the auto side-margins on the Video page's .page-container so it left-aligns at the content area's left edge, matching the data pages. Width, max-width, and the centered title are unchanged.

The Video route widens #app to the full viewport so the live frame can
fill it; with `margin: 0 auto` that left the container centered in the
full width. Drop the auto margins so it sits beside the sidebar at the
left edge, matching the data pages.
@dakejahl
dakejahl merged commit 5973e04 into main Jun 27, 2026
1 check passed
@dakejahl
dakejahl deleted the fix/video-page-left-align branch June 27, 2026 00:34
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