Fix padding on live output editing toggles. - #6143
Merged
Merged
Conversation
gettinToasty
approved these changes
Aug 28, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts the Go Live “Edit Stream” layout styling by removing a special-case “update mode” padding override, relying on the existing column/margin styling instead. This aligns the live output editing toggles with the intended spacing rules in the React Go Live window.
Changes:
- Removed the
.update-modeCSS rule that forced a left padding override. - Removed application of the corresponding CSS module class from the left column and its scroll container.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| app/components-react/windows/go-live/GoLive.m.less | Removes the .update-mode padding override to stop forcing extra left padding. |
| app/components-react/windows/go-live/EditStreamWindow.tsx | Stops applying the updateMode class to the left column and scroll container. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
BundleMonFiles updated (1)
Unchanged files (3)
Total files change -348B 0% Final result: ✅ View report in BundleMon website ➡️ |
michelinewu
added a commit
that referenced
this pull request
Aug 29, 2026
* Revert "Fix padding on live output editing toggles. (#6143)" This reverts commit a202ab6. * Revert "Multistream Toggle Fixes and Error Handling (#6141)" This reverts commit 2ec1daf. * Revert "Disable enhanced broadcasting when live output editing is enabled. (#6121)" This reverts commit bfd48b5. * Revert "Add live output editing display selector handling. (#6120)" This reverts commit f59c58a. * Revert "Add dismissable to AI Highlighter toggle in Edit Stream window. (#6128)" This reverts commit 5fa1b1b. * Revert "Edit stream window. (#6119)" This reverts commit eab5de9. * Revert "Update go live checklist. (#6118)" This reverts commit 4549e56. * Revert "Fix Kick game persistence. (#6139)" This reverts commit 9f256d6. * Revert "Add go live info banner. (#6116)" This reverts commit 75336b0. * Revert "Move SwitcherCard tooltip hover to toggle. (#6115)" This reverts commit 056d5da. * Revert "Fix tooltip wrapping. (#6114)" This reverts commit 153aa3f. * Revert "Add button to footer. (#6113)" This reverts commit 9f3cd65. * Revert "Add disabled radio button styling. (#6112)" This reverts commit 877db2a. * Revert "Fix onboarding test (#6132)" This reverts commit e439f6f. * Revert "Add small and inline Spinner variants. (#6111)" This reverts commit ae6c143.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.