diff --git a/less/users.less b/less/users.less index 1aaceec..62aca64 100644 --- a/less/users.less +++ b/less/users.less @@ -30,6 +30,11 @@ .users-container { padding: 0; + list-style-type: none; + + li { + padding-bottom: 10px; + } .users-box{ display: inline-block; @@ -61,4 +66,12 @@ display: inline-block; } } + + .user-img { + border-radius: 50%; + width: 20px; + height: 20px; + vertical-align: middle; + } + } \ No newline at end of file diff --git a/package.json b/package.json index 83b6f25..692ef4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "1.0.5", + "version": "1.0.7", "nbbpm": { "compatibility": "^0.7.1" }, diff --git a/templates/account/posts.tpl b/templates/account/posts.tpl index 6b22f27..e5d12a6 100644 --- a/templates/account/posts.tpl +++ b/templates/account/posts.tpl @@ -4,7 +4,7 @@