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 page code block slightly overflows vertically

That makes unpleasant UX, such as almost-full scrollbars and requiring
two-fingers swipe twice (one for scroll `<pre>` and second for the page)

Shota FUJI (Apr 9, 2025, 6:23 AM UTC) 4efb241d 5e20b033

+1
+1
static/repo-blob-ref.css
··· 46 46 padding: 0; 47 47 padding-inline-start: var(--space-sm); 48 48 overflow-x: auto; 49 + overflow-y: hidden; 49 50 } 50 51 51 52 .preview-type {