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.

Increase top padding on 3-column layout

I don't know why, but it was uncomfortable to read texts at the very
near the top of a content area.

Shota FUJI (Mar 28, 2025, 10:48 AM +0900) d38d10b2 291d38c0

+4
+4
static/global.css
··· 388 388 .aside { 389 389 top: 0; 390 390 } 391 + 392 + .header, .main, .aside { 393 + padding-block-start: var(--space-xxxl); 394 + } 391 395 }