web frontend for git repositories, written in Go git.pocka.jp/legit.git
3

Configure Feed

Select the types of activity you want to include in your feed.

Fix blob line number slightly enlarges on Android Chrome

When a file's line count exceeds certain amount (probably 130 or so?)
the line number rows slightly increases its vertical size and causes
misalign to a text line on its right.

This happens on Samsung Galaxy Tab S9 FE (Android 14), and does not
happen on Motorola Razr 40 Ultra (Android 15).

I still don't know which factor plays, but this patch fixes the bug.

Shota FUJI (Mar 26, 2025, 10:53 AM +0900) 5e6eb22b 31530491

+4
+4
static/repo-blob-ref.css
··· 24 24 text-align: end; 25 25 } 26 26 27 + .blob-preview--line-number-list > li { 28 + display: block; 29 + } 30 + 27 31 .blob-preview--line-number { 28 32 padding: 0; 29 33 margin: 0;