nodebb-theme-persona 13.0.0 → 13.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -14
- package/package.json +1 -1
- package/templates/partials/menu.tpl +1 -1
- package/templates/popular.tpl +1 -1
- package/templates/recent.tpl +1 -1
- package/templates/tag.tpl +1 -1
- package/templates/top.tpl +1 -1
- package/templates/unread.tpl +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
Persona theme for NodeBB
|
|
2
|
-
====================
|
|
3
|
-
|
|
4
|
-
Persona is the
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-

|
|
11
|
+
|
|
12
|
+
## Screenshots
|
|
13
|
+
|
|
14
|
+

|
|
15
|
+
|
|
16
|
+

|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</a>
|
|
11
11
|
{{{ end }}}
|
|
12
12
|
{{{ if config.showSiteTitle }}}
|
|
13
|
-
<a class="navbar-brand text-truncate" href="{{{ if title:url }}}{title:url}{{{ else }}}{relative_path}/{{{ end }}}">
|
|
13
|
+
<a class="navbar-brand text-truncate" href="{{{ if title:url }}}{title:url}{{{ else }}}{relative_path}/{{{ end }}}" style="max-width:140px;">
|
|
14
14
|
<span class="forum-title">{config.siteTitle}</span>
|
|
15
15
|
</a>
|
|
16
16
|
{{{ end }}}
|
package/templates/popular.tpl
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{{end}}}
|
|
6
6
|
</div>
|
|
7
7
|
<div class="popular">
|
|
8
|
-
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1
|
|
8
|
+
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1">
|
|
9
9
|
<div class="d-flex gap-1 align-items-stretch">
|
|
10
10
|
{{{ if canPost }}}
|
|
11
11
|
<!-- IMPORT partials/buttons/newTopic.tpl -->
|
package/templates/recent.tpl
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{{end}}}
|
|
6
6
|
</div>
|
|
7
7
|
<div class="recent">
|
|
8
|
-
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1
|
|
8
|
+
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1">
|
|
9
9
|
<div class="d-flex gap-1 align-items-stretch">
|
|
10
10
|
{{{ if canPost }}}
|
|
11
11
|
<!-- IMPORT partials/buttons/newTopic.tpl -->
|
package/templates/tag.tpl
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{{end}}}
|
|
6
6
|
</div>
|
|
7
7
|
<div class="tag">
|
|
8
|
-
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1
|
|
8
|
+
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1">
|
|
9
9
|
<div class="d-flex gap-1 align-items-stretch">
|
|
10
10
|
<!-- IF loggedIn -->
|
|
11
11
|
<!-- IMPORT partials/buttons/newTopic.tpl -->
|
package/templates/top.tpl
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{{end}}}
|
|
6
6
|
</div>
|
|
7
7
|
<div class="top">
|
|
8
|
-
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1
|
|
8
|
+
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1">
|
|
9
9
|
<div class="d-flex gap-1 align-items-stretch">
|
|
10
10
|
{{{ if canPost }}}
|
|
11
11
|
<!-- IMPORT partials/buttons/newTopic.tpl -->
|
package/templates/unread.tpl
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{{end}}}
|
|
6
6
|
</div>
|
|
7
7
|
<div class="unread">
|
|
8
|
-
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1
|
|
8
|
+
<div class="topic-list-header sticky-top btn-toolbar justify-content-between py-2 mb-2 gap-1">
|
|
9
9
|
<div class="d-flex gap-1 align-items-stretch">
|
|
10
10
|
<!-- IMPORT partials/buttons/newTopic.tpl -->
|
|
11
11
|
<a href="{config.relative_path}/{selectedFilter.url}{querystring}" class="d-inline-block">
|