Responsive CSS: mobile and desktop support for browser2 JS renderer#124
Draft
Copilot wants to merge 3 commits intoimprove-sosh-net-uifrom
Draft
Responsive CSS: mobile and desktop support for browser2 JS renderer#124Copilot wants to merge 3 commits intoimprove-sosh-net-uifrom
Copilot wants to merge 3 commits intoimprove-sosh-net-uifrom
Conversation
…roll wrappers Agent-Logs-Url: https://github.com/medium-tech/mspec/sessions/10c70a97-49d8-4553-a4c7-a8877045ee7f Co-authored-by: b-rad-c <25362581+b-rad-c@users.noreply.github.com>
Agent-Logs-Url: https://github.com/medium-tech/mspec/sessions/10c70a97-49d8-4553-a4c7-a8877045ee7f Co-authored-by: b-rad-c <25362581+b-rad-c@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update CSS for responsive mobile and desktop support
Responsive CSS: mobile and desktop support for browser2 JS renderer
Apr 13, 2026
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.
The browser2 renderer had a fixed
margin: 20pxbody, hardcoded 233px input widths, and no media queries — unusable on narrow viewports.style.cssmargin: 0; padding: 16px; margin-left/right: auto) centred atmax-width: 1000pxtext,password,email,select,textarea): replace hardcodedwidth: 233pxwithwidth: 100%; max-width: 400px; box-sizing: border-box.breadcrumb:display: flex; flex-wrap: wrap; gap: 4px.table-scroll-wrapper:overflow-x: auto; -webkit-overflow-scrolling: touch≤600px: tighter padding, slightly larger base font, stacked.form-table td, full-width buttons/inputs, reduced.lingo-containerborder, full-width.popup-content601–900px: medium padding,max-width: 300pxon all form inputsmarkup.jsWrap both
<table>return paths increateValueElement(struct and table-format list) with<div class="table-scroll-wrapper">:index.htmlNo change — viewport meta tag already present.
TODO.MDMarked responsive CSS item as done.