Add gravatar to profile page. Attempt to make profile look nicer.

This commit is contained in:
Christoph Haas 2021-03-10 02:33:40 +01:00
parent d504e5e914
commit 4e07bf00fd
6 changed files with 116 additions and 47 deletions

View file

@ -611,3 +611,8 @@ a.black
.label.adminlabel.public { background-color: green !important};
.label.adminlabel.hidden { background-color: blue !important};
.label.adminlabel.unapproved { background-color: orange !important};
.gravatar {
border-radius: 50%;
width: 120px;
}