mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
fix(gallery): set margin for images
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
55778b35ff
commit
a09fe1b9ba
@ -209,7 +209,7 @@ func ListModels(models []*gallery.GalleryModel) string {
|
||||
},
|
||||
elem.Img(attrs.Props{
|
||||
// "class": "rounded-t-lg object-fit object-center h-96",
|
||||
"class": "rounded-t-lg max-h-48 max-w-96 object-cover",
|
||||
"class": "rounded-t-lg max-h-48 max-w-96 object-cover mt-3",
|
||||
"src": m.Icon,
|
||||
}),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user