From 1b581eb9f1666666f2134c785adfc9bcb4366c44 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 13 Apr 2017 15:17:21 -0400 Subject: [PATCH 1/7] 4.2.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a13ff91..2d4ee9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "4.2.7", + "version": "4.2.8", "nbbpm": { "compatibility": "^1.4.4" }, From 624dd8afc3db9852eab2f21d4ca7cbcdd727f8e6 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 14 Apr 2017 19:57:30 -0400 Subject: [PATCH 2/7] previous fix but for text avatars as well --- templates/partials/account/header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/account/header.tpl b/templates/partials/account/header.tpl index 4532670..95103a0 100644 --- a/templates/partials/account/header.tpl +++ b/templates/partials/account/header.tpl @@ -3,9 +3,9 @@
- + -
{icon:text}
+
{icon:text}
From 993486e7e4baf694e38b070127250c3c4abe7f1e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 14 Apr 2017 19:57:37 -0400 Subject: [PATCH 3/7] 4.2.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d4ee9c..add1f33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "4.2.8", + "version": "4.2.9", "nbbpm": { "compatibility": "^1.4.4" }, From 6cb68b9b76155e152434a5f54d67346e4c4dc352 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 14 Apr 2017 20:02:29 -0400 Subject: [PATCH 4/7] oops, meant to do xl --- templates/partials/account/header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/account/header.tpl b/templates/partials/account/header.tpl index 95103a0..1b3a7ef 100644 --- a/templates/partials/account/header.tpl +++ b/templates/partials/account/header.tpl @@ -3,9 +3,9 @@
- + -
{icon:text}
+
{icon:text}
From e33a04b50c731ec9da36f63b7830a5247c9ef5de Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 14 Apr 2017 20:02:38 -0400 Subject: [PATCH 5/7] 4.2.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index add1f33..67bf7e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "4.2.9", + "version": "4.2.10", "nbbpm": { "compatibility": "^1.4.4" }, From 212218f1d45320bf70c4557d747b01c21a8011c8 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 23 Apr 2017 01:22:28 -0400 Subject: [PATCH 6/7] fix deletedTimestampISO --- templates/topic.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/topic.tpl b/templates/topic.tpl index befd46f..73a4711 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -20,7 +20,7 @@ {deleter.username} - +
@@ -42,11 +42,11 @@ - + - +
From 33bad80473e5b54f9dd2aee77bbbcc9b8a760e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 28 Apr 2017 21:45:52 -0400 Subject: [PATCH 7/7] closes #359 --- less/category.less | 5 +++++ templates/recent.tpl | 2 +- templates/unread.tpl | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/less/category.less b/less/category.less index 3514aa6..2c984c7 100644 --- a/less/category.less +++ b/less/category.less @@ -146,4 +146,9 @@ font-size: 14px; font-weight: normal; line-height: 1.42857143; +} + +.category-dropdown-menu { + max-height: 500px; + overflow-y: auto; } \ No newline at end of file diff --git a/templates/recent.tpl b/templates/recent.tpl index 4e465a1..74564eb 100644 --- a/templates/recent.tpl +++ b/templates/recent.tpl @@ -15,7 +15,7 @@ {selectedCategory.name} [[unread:all_categories]] -