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 "Use CSS `inset` shorthand (#30939)"' (#3745) from proton-ab/forgejo:pr/css-inset into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3745
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+2 -8
+1 -4
web_src/css/helpers.css
··· 21 21 22 22 .g-table-auto-ellipsis td.auto-ellipsis span { 23 23 position: absolute; 24 - left: 0; 25 - right: 0; 26 - top: 0; 27 - bottom: 0; 24 + inset: 0; 28 25 padding: inherit; 29 26 white-space: nowrap; 30 27 overflow: hidden;
+1 -4
web_src/css/markup/content.css
··· 204 204 205 205 .markup input[type="checkbox"]::after { 206 206 position: absolute; 207 - left: 0; 208 - top: 0; 209 - bottom: 0; 210 - right: 0; 207 + inset: 0; 211 208 pointer-events: none; 212 209 background: var(--color-text); 213 210 mask-size: cover;