diff --git a/core/http/elements/gallery.go b/core/http/elements/gallery.go index 7ca34aef..c37cba31 100644 --- a/core/http/elements/gallery.go +++ b/core/http/elements/gallery.go @@ -243,13 +243,13 @@ func ListModels(models []*gallery.GalleryModel, processing *xsync.SyncedMap[stri }, elem.H5( attrs.Props{ - "class": "mb-2 text-xl font-medium leading-tight", + "class": "mb-2 text-xl font-bold leading-tight", }, elem.Text(m.Name), ), elem.P( attrs.Props{ - "class": "mb-4 text-base", + "class": "mb-4 text-sm [&:not(:hover)]:truncate text-base", }, elem.Text(m.Description), ),