diff --git a/less/posts_list.less b/less/posts_list.less index 8fd1e0a..4a85ca5 100644 --- a/less/posts_list.less +++ b/less/posts_list.less @@ -88,9 +88,17 @@ left: 100%; width: 175px; height: 28px; - margin-top: -14px; font-size: 10px; + > a { + position: relative; + .user-img { + margin-top: -3px; + text-align: center; + padding: 0; + } + } + .post-author { padding-left: 25px; color: lighten(@gray-base, 65%); diff --git a/package.json b/package.json index c49ea2f..a413fbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "10.1.60", + "version": "10.1.61", "nbbpm": { "compatibility": "^1.14.0" },