fix: update image gallery styles (#15301)

This commit is contained in:
Wu Tianwei 2025-03-09 15:32:03 +08:00 committed by GitHub
parent ffe73f0124
commit fcd9fd8513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
.item {
height: 200px;
max-height: 200px;
margin-right: 8px;
margin-bottom: 8px;
object-fit: cover;
object-fit: contain;
object-position: center;
border-radius: 8px;
cursor: pointer;