nodebb-theme-persona 13.0.1 → 13.0.3
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 +3 -3
- 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
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<div class="d-flex align-items-center me-auto">
|
|
1
|
+
<div class="d-flex align-items-center me-auto" style="min-width: 0px;">
|
|
2
2
|
<button type="button" class="navbar-toggler border-0" id="mobile-menu">
|
|
3
3
|
<i class="fa fa-lg fa-fw fa-bars unread-count" ></i>
|
|
4
4
|
<span component="unread/icon" class="notification-icon fa fa-fw fa-book unread-count" data-content="{unreadCount.mobileUnread}" data-unread-url="{unreadCount.unreadUrl}"></span>
|
|
5
5
|
</button>
|
|
6
|
-
<div class="d-inline-flex align-items-center">
|
|
6
|
+
<div class="d-inline-flex align-items-center" style="min-width: 0px;">
|
|
7
7
|
{{{ if brand:logo }}}
|
|
8
8
|
<a class="navbar-brand" href="{{{ if brand:logo:url }}}{brand:logo:url}{{{ else }}}{relative_path}/{{{ end }}}">
|
|
9
9
|
<img alt="{brand:logo:alt}" class="{brand:logo:display} forum-logo d-inline-block align-text-bottom" src="{brand:logo}?{config.cache-buster}" />
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{{{ end }}}
|
|
12
12
|
{{{ if config.showSiteTitle }}}
|
|
13
13
|
<a class="navbar-brand text-truncate" href="{{{ if title:url }}}{title:url}{{{ else }}}{relative_path}/{{{ end }}}">
|
|
14
|
-
|
|
14
|
+
{config.siteTitle}
|
|
15
15
|
</a>
|
|
16
16
|
{{{ end }}}
|
|
17
17
|
</div>
|
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">
|