loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

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

Fix button border issue (#15350)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>

authored by

silverwind
techknowlogick
and committed by
GitHub
9a255392 c03e488e

+1 -1
+1 -1
web_src/less/_base.less
··· 1561 1561 } 1562 1562 1563 1563 .ui.buttons .button:first-child { 1564 - border-left: 1px solid var(--color-secondary); 1564 + border-left: 1px solid var(--color-light-border); 1565 1565 } 1566 1566 1567 1567 .ui.buttons .button + .button {