nodebb-theme-persona 13.3.55 → 13.3.56

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-persona",
3
- "version": "13.3.55",
3
+ "version": "13.3.56",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.7.0"
6
6
  },
@@ -5,29 +5,25 @@
5
5
  {{{end}}}
6
6
  </div>
7
7
  <div class="groups list">
8
- <div class="row justify-content-between">
9
- <div class="col-lg-6">
8
+ <div class="d-flex justify-content-between align-items-center gap-3 flex-wrap">
9
+ <div>
10
10
  {{{ if allowGroupCreation }}}
11
11
  <button class="btn btn-primary" data-action="new"><i class="fa fa-plus"></i> [[groups:new-group]]</button>
12
12
  {{{ end }}}
13
13
  </div>
14
- <div class="col-lg-6">
15
- <div class="row justify-content-end">
16
- <div class="col-5 col-md-6">
17
- <select class="form-select" id="search-sort">
18
- <option value="alpha">[[groups:details.group-name]]</option>
19
- <option value="count">[[groups:details.member-count]]</option>
20
- <option value="date">[[groups:details.creation-date]]</option>
21
- </select>
22
- </div>
23
- <div class="col-7 col-md-6">
24
- <div class="input-group">
25
- <input type="text" class="form-control" placeholder="[[global:search]]" name="query" value="" id="search-text">
26
- <button id="search-button" class="btn btn-primary">
27
- <i class="fa fa-search"></i>
28
- </button>
29
- </div>
30
- </div>
14
+
15
+ <div class="d-flex gap-3 align-items-center">
16
+ <select class="form-select" id="search-sort">
17
+ <option value="alpha">[[groups:details.group-name]]</option>
18
+ <option value="count">[[groups:details.member-count]]</option>
19
+ <option value="date">[[groups:details.creation-date]]</option>
20
+ </select>
21
+
22
+ <div class="input-group">
23
+ <input type="text" class="form-control" placeholder="[[global:search]]" name="query" value="" id="search-text">
24
+ <button id="search-button" class="btn btn-primary">
25
+ <i class="fa fa-search"></i>
26
+ </button>
31
27
  </div>
32
28
  </div>
33
29
  </div>