Selaa lähdekoodia

fix: update image gallery styles (#15301)

tags/1.0.1
Wu Tianwei 7 kuukautta sitten
vanhempi
commit
fcd9fd8513
No account linked to committer's email address
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      web/app/components/base/image-gallery/style.module.css

+ 2
- 2
web/app/components/base/image-gallery/style.module.css Näytä tiedosto

@@ -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;

Loading…
Peruuta
Tallenna