From b71efdf9a58ad95d350604c36b5dd070fbdfd9c3 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 22 Feb 2019 15:21:50 -0500 Subject: [PATCH 01/17] fix: removed left padding in breadcrumb --- less/header.less | 1 - 1 file changed, 1 deletion(-) diff --git a/less/header.less b/less/header.less index 1bcc828..74e9fd0 100644 --- a/less/header.less +++ b/less/header.less @@ -269,7 +269,6 @@ font-size: 16px; padding: 0; - padding-left: 0.5em; background: none; @media (max-width: @screen-xs-max) { From f2cdf1bf33593bf02be10328d08f27349cf5094e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 22 Feb 2019 15:21:53 -0500 Subject: [PATCH 02/17] 9.1.20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c06dc6b..538aad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "9.1.19", + "version": "9.1.20", "nbbpm": { "compatibility": "^1.12.0" }, From db767c95ce033b5ac4c6d8984315cf1c227a8a6d Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Fri, 22 Feb 2019 15:30:31 -0500 Subject: [PATCH 03/17] fix titles getting cutoff --- less/topic.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/topic.less b/less/topic.less index 622dc73..a63f80b 100644 --- a/less/topic.less +++ b/less/topic.less @@ -11,7 +11,7 @@ word-wrap: break-word; font-size: 28px; color:inherit; - line-height: 32px; + line-height: 36px; overflow: hidden; } From e613abb08afd76833d9228c128f305a4b0478809 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Fri, 22 Feb 2019 15:30:54 -0500 Subject: [PATCH 04/17] 9.1.21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 538aad0..8460ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "9.1.20", + "version": "9.1.21", "nbbpm": { "compatibility": "^1.12.0" }, From 8c17089082cfccf50e6f405247a017f551870ca4 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Fri, 22 Feb 2019 15:47:28 -0500 Subject: [PATCH 05/17] remove hr on last element --- templates/partials/quick-search-results.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/partials/quick-search-results.tpl b/templates/partials/quick-search-results.tpl index 5556923..0c2932f 100644 --- a/templates/partials/quick-search-results.tpl +++ b/templates/partials/quick-search-results.tpl @@ -17,7 +17,9 @@ + +
  • From 39ec5024b2cda3abb3523dc3e7e69e301866e27a Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Fri, 22 Feb 2019 15:47:55 -0500 Subject: [PATCH 06/17] 9.1.22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8460ec4..adc36f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "9.1.21", + "version": "9.1.22", "nbbpm": { "compatibility": "^1.12.0" }, From e0328d0f371e964a2aaf8fa1b98ed1be64ce01e1 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 25 Feb 2019 10:24:10 -0500 Subject: [PATCH 07/17] closes #467 --- templates/partials/menu.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index 45cb5d6..cf0cde7 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -191,7 +191,7 @@