Files
git/gitweb/static
Rito Rhymes 5be380d865 gitweb: prevent project search bar from overflowing on mobile
On narrow screens, the project search input can exceed the available width
and force page-wide horizontal scrolling.

Add a mobile media query and apply side padding to the search container,
then cap the input width to its container with border-box sizing so the
form stays within the viewport.

Signed-off-by: Rito Rhymes <rito@ritovision.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-02-17 11:49:12 -08:00
..