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.

Merge pull request '[PORT] gitea#29953: Fix:the rounded corners of the folded file are not displayed correctly' (#3102) from algernon/forgejo:gitea/port/29953 into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3102
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>

+3
+3
web_src/css/modules/segment.css
··· 72 72 .ui.segments:not(.horizontal) > .segment:only-child { 73 73 border-radius: 0.214285717rem; 74 74 } 75 + .ui.segments:not(.horizontal) > .segment:has(~ .tw-hidden) { /* workaround issue with :last-child ignoring hidden elements */ 76 + border-radius: 0.28571429rem; 77 + } 75 78 76 79 .ui.segments > .ui.segments { 77 80 border-top: 1px solid var(--color-secondary);