nodebb-theme-harmony 2.2.2 → 2.2.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/package.json
CHANGED
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
<i class="fa fa-fw fa-fire text-primary"></i>
|
|
39
39
|
<span class="visible-md-inline visible-lg-inline fw-semibold">[[world:popular]]</span>
|
|
40
40
|
</button>
|
|
41
|
-
<ul class="dropdown-menu">
|
|
42
|
-
<li><a class="dropdown-item" href="{config.relative_path}/world?sort=popular&term=day">Day</a></li>
|
|
43
|
-
<li><a class="dropdown-item" href="{config.relative_path}/world?sort=popular&term=week">Week</a></li>
|
|
44
|
-
<li><a class="dropdown-item" href="{config.relative_path}/world?sort=popular&term=month">Month</a></li>
|
|
45
|
-
<li><a class="dropdown-item" href="{config.relative_path}/world?sort=popular&term=year">Year</a></li>
|
|
46
|
-
<li><a class="dropdown-item" href="{config.relative_path}/world?sort=popular&term=alltime">All time</a></li>
|
|
41
|
+
<ul class="dropdown-menu p-1">
|
|
42
|
+
<li><a class="dropdown-item rounded-1" href="{config.relative_path}/world?sort=popular&term=day">Day</a></li>
|
|
43
|
+
<li><a class="dropdown-item rounded-1" href="{config.relative_path}/world?sort=popular&term=week">Week</a></li>
|
|
44
|
+
<li><a class="dropdown-item rounded-1" href="{config.relative_path}/world?sort=popular&term=month">Month</a></li>
|
|
45
|
+
<li><a class="dropdown-item rounded-1" href="{config.relative_path}/world?sort=popular&term=year">Year</a></li>
|
|
46
|
+
<li><a class="dropdown-item rounded-1" href="{config.relative_path}/world?sort=popular&term=alltime">All time</a></li>
|
|
47
47
|
</ul>
|
|
48
48
|
<a class="btn btn-ghost btn-sm ff-secondary d-flex gap-2 align-items-center fw-semibold" href="#" id="world-help">
|
|
49
49
|
<i class="fa fa-question text-primary"></i>
|