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.

Tweak actions view sticky (#29781)

Add some space when the left side items are sticky due to scrolling the
right side.

<img width="419" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/292e1b03-a071-4744-bb79-e50d109056c8">

(cherry picked from commit eb8c34fc367f324226625d39d0487f945269cd73)

authored by

silverwind and committed by
Earl Warren
40694291 d413a8fc

+1 -1
+1 -1
web_src/js/components/RepoActionView.vue
··· 533 533 width: 30%; 534 534 max-width: 400px; 535 535 position: sticky; 536 - top: 0; 536 + top: 12px; 537 537 max-height: 100vh; 538 538 overflow-y: auto; 539 539 }