diff --git a/less/outgoing.less b/less/outgoing.less index 03823e1..2adec9e 100644 --- a/less/outgoing.less +++ b/less/outgoing.less @@ -3,5 +3,7 @@ max-width: 100%; overflow: hidden; text-overflow: ellipse; + white-space: inherit; + word-break: break-all; } } \ No newline at end of file diff --git a/package.json b/package.json index 593e2b1..8b87c2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "6.1.5", + "version": "6.1.8", "nbbpm": { "compatibility": "^1.4.4 || ^1.5.0 || ^1.6.0" }, diff --git a/templates/account/ignored.tpl b/templates/account/ignored.tpl new file mode 100644 index 0000000..238b943 --- /dev/null +++ b/templates/account/ignored.tpl @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/partials/account/menu.tpl b/templates/partials/account/menu.tpl index e135730..9ee85e6 100644 --- a/templates/partials/account/menu.tpl +++ b/templates/partials/account/menu.tpl @@ -58,6 +58,7 @@
  • [[user:bookmarks]]
  • [[user:watched]]
  • +
  • [[user:ignored]]
  • [[global:upvoted]]
  • diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index cb1a6c0..ad45bb3 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -114,6 +114,11 @@ [[pages:flagged-content]] +
  • + + [[pages:post-queue]] + +
  • diff --git a/templates/partials/modals/flag_modal.tpl b/templates/partials/modals/flag_modal.tpl index 66638da..d54c08b 100644 --- a/templates/partials/modals/flag_modal.tpl +++ b/templates/partials/modals/flag_modal.tpl @@ -1,5 +1,5 @@