mirror of
https://github.com/go-gitea/gitea
synced 2024-11-21 23:11:05 +01:00
Merge remote-tracking branch 'refs/remotes/origin/patch-18' into patch-18
This commit is contained in:
commit
dee562ea9a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultAvatarClass is the default class of a rendered avatar
|
// 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 is the default size in pixels of a rendered avatar
|
||||||
DefaultAvatarPixelSize = 28
|
DefaultAvatarPixelSize = 28
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue