Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion frontend/src/pages/VideoPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,10 @@ export default {
width: 100%;
max-width: 1600px;
height: 100vh;
margin: 0 auto;
/* Left-aligned (not centered): the Video route widens #app to the full viewport, so
keep the frame beside the sidebar like the other pages instead of floating it in the
middle of that full width. */
margin: 0;
padding: 16px 20px 20px;
box-sizing: border-box;
}
Expand Down
Loading