nodebb-theme-harmony 2.2.1 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -1,12 +1,9 @@
1
1
  <div class="notifications flex-fill">
2
- <div class="btn-toolbar justify-content-end" role="toolbar">
3
- <button class="btn btn-sm btn-light" component="notifications/mark_all">[[notifications:mark-all-read]]</button>
4
- </div>
2
+ <div class="d-flex flex-column flex-md-row">
3
+ <div class="d-flex flex-column flex-shrink-0 pe-2 border-end-md text-sm mb-3 flex-basis-md-200 gap-2">
5
4
 
6
- <hr class="text-muted opacity-25"/>
5
+ <button class="btn btn-sm btn-primary w-100" component="notifications/mark_all"><i class="fa fa-check-double"></i> [[notifications:mark-all-read]]</a></button>
7
6
 
8
- <div class="d-flex flex-column flex-md-row">
9
- <div class="flex-shrink-0 pe-2 border-end-md text-sm mb-3 flex-basis-md-200">
10
7
  <div class="nav sticky-top d-flex flex-row flex-md-column flex-wrap gap-1" style="z-index: 1;">
11
8
  {{{ each filters }}}
12
9
  {{{ if ./separator }}}
@@ -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>