public inbox for tools@linux.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Allow site layouts to render properly on mobile devices
@ 2026-03-16 18:00 Rito Rhymes
  2026-03-16 18:00 ` [PATCH v1 1/6] add viewport meta tag for proper mobile rendering Rito Rhymes
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Rito Rhymes @ 2026-03-16 18:00 UTC (permalink / raw)
  To: tools; +Cc: rito

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.

AI assistance note: this series was developed several weeks ago,
before CONTRIBUTING.md instructed contributors to record the full
model version identifier, and I could not recover the full identifier
from the local session metadata.

Rito Rhymes (6):
  add viewport meta tag for proper mobile rendering
  prevent wrapped headings from overlapping with text above it
  add 848px mobile banner adjustments to prevent overflow
  add responsive extras and footer layout adjustments to contain
    overflow
  contain horizontal overflow in core content and homepage releases
    layout
  improve mobile rendering of docutils tables

 korgi/static/css/main.css | 154 +++++++++++++++++++++++++++++++++++++-
 korgi/templates/base.html |   1 +
 2 files changed, 153 insertions(+), 2 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-04-11 13:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 18:00 [PATCH v1 0/6] Allow site layouts to render properly on mobile devices Rito Rhymes
2026-03-16 18:00 ` [PATCH v1 1/6] add viewport meta tag for proper mobile rendering Rito Rhymes
2026-03-16 18:00 ` [PATCH v1 2/6] prevent wrapped headings from overlapping with text above it Rito Rhymes
2026-03-16 18:00 ` [PATCH v1 3/6] add 848px mobile banner adjustments to prevent overflow Rito Rhymes
2026-03-16 18:00 ` [PATCH v1 4/6] add responsive extras and footer layout adjustments to contain overflow Rito Rhymes
2026-03-16 18:00 ` [PATCH v1 5/6] contain horizontal overflow in core content and homepage releases layout Rito Rhymes
2026-03-16 18:00 ` [PATCH v1 6/6] improve mobile rendering of docutils tables Rito Rhymes
2026-03-16 18:17 ` [PATCH v1 0/6] Allow site layouts to render properly on mobile devices Rito Rhymes
2026-03-30  2:08 ` Rito Rhymes
2026-04-10  2:42 ` Rito Rhymes
2026-04-10 13:59   ` Konstantin Ryabitsev
2026-04-11 13:12     ` Rito Rhymes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox