1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-02 21:33:16 +00:00

[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.

(cherry picked from commit 0764b7c18b)
This commit is contained in:
Gusted 2024-08-20 16:01:43 +02:00
parent e827bfa88a
commit 4b4613bd9c
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -80,7 +80,6 @@
white-space: nowrap;
overflow: scroll;
cursor: default;
scroll-snap-type: x mandatory;
text-align: center;
}
@ -89,7 +88,6 @@
max-height: 50px;
border-radius: var(--border-radius);
text-align: left;
scroll-snap-align: center;
margin-right: 2px;
aspect-ratio: 1;
}