nodebb-theme-harmony 2.2.47 → 2.2.49
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
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{{{ end }}}
|
|
12
12
|
|
|
13
13
|
<div class="table-responsive">
|
|
14
|
-
<table class="table table-
|
|
14
|
+
<table class="table table-sm w-100">
|
|
15
15
|
<thead>
|
|
16
16
|
<tr>
|
|
17
17
|
<th></th>
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
<tbody>
|
|
22
22
|
{{{ each uploads }}}
|
|
23
23
|
<tr data-name="{./name}">
|
|
24
|
-
<td>
|
|
25
|
-
<a class="text-break" href="{config.relative_path}{./url}">{./url}</a>
|
|
24
|
+
<td class="align-middle">
|
|
25
|
+
<a class="text-break text-reset text-sm" href="{config.relative_path}{./url}">{./url}</a>
|
|
26
26
|
</td>
|
|
27
27
|
<td style="width: 1%; white-space: nowrap;">
|
|
28
28
|
<button class="btn btn-danger btn-sm" data-action="delete" aria-label="[[aria:delete-upload-button]]"><i class="fa fa-trash"></i></button>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div component="groups/container" class="groups details flex-fill">
|
|
2
|
-
<div class="cover position-absolute start-0 top-0" component="groups/cover" style="background-image: url({group.cover:url}); background-position: {group.cover:position};">
|
|
2
|
+
<div class="cover position-absolute start-0 top-0" component="groups/cover" style="background-image: url({group.cover:url}?{config.cache-buster}); background-position: {group.cover:position};">
|
|
3
3
|
<div class="container">
|
|
4
4
|
{{{ if group.isOwner }}}
|
|
5
5
|
<div class="controls text-center">
|