0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 14:00:59 +01:00

Merge remote-tracking branch 'refs/remotes/origin/patch-18' into patch-18

This commit is contained in:
Kerwin Bryant 2024-11-20 12:16:25 +00:00
commit dee562ea9a

View file

@ -24,7 +24,7 @@ import (
const (
// DefaultAvatarClass is the default class of a rendered avatar
DefaultAvatarClass = "ui avatar tw-align-middle"
DefaultAvatarClass = "ui avatar border tw-align-middle"
// DefaultAvatarPixelSize is the default size in pixels of a rendered avatar
DefaultAvatarPixelSize = 28
)