nodebb-theme-harmony 1.0.0-beta.105 → 1.0.0-beta.107
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/package.json
CHANGED
package/scss/modals.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<li component="categories/category" data-cid="{./cid}" class="w-100 border-bottom py-3 py-lg-4 gap-1 d-flex flex-column flex-lg-row align-items-start category-{./cid}">
|
|
2
2
|
<meta itemprop="name" content="{./name}">
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
<div class="d-flex col-lg-7 gap-2 gap-lg-3">
|
|
5
5
|
<div class="flex-shrink-0">
|
|
6
6
|
{buildCategoryIcon(@value, "40px", "rounded-1")}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<!-- IMPORT partials/categories/link.tpl -->
|
|
11
11
|
</h2>
|
|
12
12
|
{{{ if ./descriptionParsed }}}
|
|
13
|
-
<div class="description text-muted text-
|
|
13
|
+
<div class="description text-muted text-sm w-100">
|
|
14
14
|
{./descriptionParsed}
|
|
15
15
|
</div>
|
|
16
16
|
{{{ end }}}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<div class="icon py-1 bg-body d-none d-sm-block">
|
|
11
11
|
<a class="d-inline-block position-relative text-decoration-none" href="{{{ if ./user.userslug }}}{config.relative_path}/user/{./user.userslug}{{{ else }}}#{{{ end }}}">
|
|
12
12
|
{buildAvatar(posts.user, "48px", true, "", "user/picture")}
|
|
13
|
-
<span component="user/status" class="position-absolute translate-middle-y
|
|
13
|
+
<span component="user/status" class="position-absolute translate-middle-y border border-white border-2 rounded-circle status {posts.user.status}"><span class="visually-hidden">[[global:{posts.user.status}]]</span></span>
|
|
14
14
|
</a>
|
|
15
15
|
</div>
|
|
16
16
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<div class="icon bg-body d-sm-none">
|
|
20
20
|
<a class="d-inline-block position-relative text-decoration-none" href="{{{ if ./user.userslug }}}{config.relative_path}/user/{./user.userslug}{{{ else }}}#{{{ end }}}">
|
|
21
21
|
{buildAvatar(posts.user, "20px", true, "", "user/picture")}
|
|
22
|
-
<span component="user/status" class="position-absolute translate-middle-y
|
|
22
|
+
<span component="user/status" class="position-absolute translate-middle-y border border-white border-2 rounded-circle status {posts.user.status}"><span class="visually-hidden">[[global:{posts.user.status}]]</span></span>
|
|
23
23
|
</a>
|
|
24
24
|
</div>
|
|
25
25
|
|
|
@@ -57,6 +57,9 @@
|
|
|
57
57
|
</span>
|
|
58
58
|
{{{ end }}}
|
|
59
59
|
<span class="hidden-xs badge bg-transparent text-muted fw-normal timeago" title="{./timestampISO}"></span>
|
|
60
|
+
{{{ if !config.theme.mobileTopicTeasers}}}
|
|
61
|
+
<span class="visible-xs-inline badge bg-transparent text-muted fw-normal timeago" title="{{{ if ./teaser.timestampISO }}}{./teaser.timestampISO}{{{ else }}}{./timestampISO}{{{ end }}}"></span>
|
|
62
|
+
{{{ end }}}
|
|
60
63
|
</span>
|
|
61
64
|
</div>
|
|
62
65
|
{{{ if ./thumbs.length }}}
|