Re: [PATCH v1 0/6] Allow site layouts to render properly on mobile devices
Konstantin Ryabitsev <[email protected]> Mon, 3 Aug 2026 09:11:19 -0400
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <20260803-inscrutable-graceful-bullfrog-df737b@meerkat> |
On Mon, Mar 16, 2026 at 02:00:30PM -0400, Rito Rhymes wrote: > Currently, pages on mobile devices render against a desktop-width > viewport, which makes the content appear tiny and forces users into > a pan-zoom dance of pinch-zooming and horizontal panning to read > content rather than simple vertical scrolling. > > The first patch establishes the correct baseline by setting the > viewport width to the device width. Once the site is allowed to > render at actual mobile widths, however, numerous latent layout > issues emerge. The remaining patches address those issues with > targeted responsive adjustments. > > It is not a transformative redesign and is not intended to affect the > desktop layout. Thank you for your patience on this one. I finally had a chance to review and apply the series. Best wishes, -K