nodebb-theme-persona 13.3.60 → 13.3.62
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/account.scss
CHANGED
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
</div>
|
|
31
31
|
|
|
32
32
|
<div class="container">
|
|
33
|
-
<!-- IMPORT partials/account/menu.tpl -->
|
|
34
|
-
|
|
35
33
|
<!-- IF allowCoverPicture -->
|
|
36
34
|
<!-- IF canEdit -->
|
|
37
35
|
<div class="controls">
|
|
38
|
-
<
|
|
39
|
-
<
|
|
40
|
-
<
|
|
36
|
+
<a href="#" class="upload"><i class="fa fa-fw fa-4x fa-upload"></i></a>
|
|
37
|
+
<a href="#" class="resize"><i class="fa fa-fw fa-4x fa-arrows"></i></a>
|
|
38
|
+
<a href="#" class="remove"><i class="fa fa-fw fa-4x fa-times"></i></a>
|
|
41
39
|
</div>
|
|
42
|
-
<
|
|
40
|
+
<a href="#" class="save">[[groups:cover-save]] <i class="fa fa-fw fa-floppy-o"></i></a>
|
|
43
41
|
<div class="indicator">[[groups:cover-saving]] <i class="fa fa-fw fa-refresh fa-spin"></i></div>
|
|
44
42
|
<!-- ENDIF canEdit -->
|
|
45
43
|
<!-- ENDIF allowCoverPicture -->
|
|
44
|
+
|
|
45
|
+
<!-- IMPORT partials/account/menu.tpl -->
|
|
46
46
|
</div>
|
|
47
47
|
</div>
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
{{{ end }}}
|
|
23
23
|
{{{ if !config.hideSubCategories }}}
|
|
24
24
|
{{{ if ./children.length }}}
|
|
25
|
-
<
|
|
25
|
+
<ul class="list-unstyled category-children row row-cols-1 row-cols-md-2 g-2 my-1 w-100">
|
|
26
26
|
{{{ each ./children }}}
|
|
27
27
|
{{{ if !./isSection }}}
|
|
28
|
-
<
|
|
28
|
+
<li class="category-children-item small d-flex gap-1 align-items-center">
|
|
29
29
|
{buildCategoryIcon(@value, "24px", "rounded-circle")}
|
|
30
30
|
<a href="{{{ if ./link }}}{./link}{{{ else }}}{config.relative_path}/category/{./slug}{{{ end }}}" class="text-reset">{./name}</a>
|
|
31
|
-
</
|
|
31
|
+
</li>
|
|
32
32
|
{{{ end }}}
|
|
33
33
|
{{{ end }}}
|
|
34
|
-
</
|
|
34
|
+
</ul>
|
|
35
35
|
{{{ end }}}
|
|
36
36
|
{{{ end }}}
|
|
37
37
|
</div>
|
|
38
38
|
</div>
|
|
39
|
-
{{{ if
|
|
39
|
+
{{{ if !./link }}}
|
|
40
40
|
<div class="d-flex col-md-5 col-12 align-content-stretch">
|
|
41
41
|
<div class="meta stats d-none d-lg-grid col-6 gap-1 pe-2 text-muted" style="grid-template-columns: 1fr 1fr;">
|
|
42
42
|
<div class="overflow-hidden rounded-1 d-flex flex-column align-items-center">
|