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 commit hash on aside overflows horizontally

https://tangled.org/pocka.jp/legit/issues/11

Shota FUJI (Jul 16, 2026, 7:18 PM +0900) ac5d7349 5fc79883

+2
+2
embed/static/global.css
··· 314 314 margin: 0; 315 315 font-size: var(--font-md); 316 316 margin-block-end: var(--space-xl); 317 + 318 + overflow-x: auto; 317 319 } 318 320 319 321 .tab-selector {