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.

[UI] Remove snapping for images on project cards

Remove the snapping of the images on the projects cards, the images are
way too small to notice that when scrolling you're being snapped to
these images and when you do notice it, it doesn't make sense as you
wouldn't expect it to be snapped.

Gusted 0764b7c1 8e46efef

-2
-2
web_src/css/features/projects.css
··· 80 80 white-space: nowrap; 81 81 overflow: scroll; 82 82 cursor: default; 83 - scroll-snap-type: x mandatory; 84 83 text-align: center; 85 84 } 86 85 ··· 89 88 max-height: 50px; 90 89 border-radius: var(--border-radius); 91 90 text-align: left; 92 - scroll-snap-align: center; 93 91 margin-right: 2px; 94 92 aspect-ratio: 1; 95 93 }