diff --git a/less/rtl.less b/less/rtl.less index 92c9ed2..3bc77d5 100644 --- a/less/rtl.less +++ b/less/rtl.less @@ -97,4 +97,31 @@ html[data-dir="rtl"] { .slideout-menu .chat-list li .teaser-content, .slideout-menu .chat-list li .room-name { padding-right: 60px; } + + .posts-list .posts-list-item { + .post-body { + border-right: none; + border-left: 2px solid @brand-primary; + } + + .post-info { + left: inherit; + right: 100%; + + .post-author { + padding-left: 0; + padding-right: 25px; + } + } + + .user-img { + margin-right: -14px; + margin-left: 0; + } + + .content { + padding-right: 0; + padding-left: 10px; + } + } } diff --git a/package.json b/package.json index 4363517..61801c3 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "nodebb-theme-persona", - "version": "7.2.23", + "version": "8.0.0", "nbbpm": { - "compatibility": "^1.7.0" + "compatibility": "^1.8.0" }, "description": "Persona theme for NodeBB", "main": "theme.less", diff --git a/templates/account/edit.tpl b/templates/account/edit.tpl index e19d03d..ad715be 100644 --- a/templates/account/edit.tpl +++ b/templates/account/edit.tpl @@ -111,7 +111,7 @@ - +
diff --git a/templates/footer.tpl b/templates/footer.tpl index e31d904..40b71a7 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -1,6 +1,7 @@ +{isSpider} - + + + diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index d7c6e34..f86bbdd 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -126,13 +126,11 @@ [[pages:post-queue]] -
  • [[pages:ip-blacklist]]
  • -
  • diff --git a/templates/topic.tpl b/templates/topic.tpl index 12a5d64..60d00e9 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -17,17 +17,17 @@ {title} -
    + +
    [[topic:merged_message, {mergeIntoTid}, {merger.mergedIntoTitle}]] - {merger.username} -
    +
    [[topic:deleted_message]]