nodebb-theme-persona 13.2.10 → 13.2.11

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.2.10",
3
+ "version": "13.2.11",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.3.0"
6
6
  },
@@ -1,6 +1,9 @@
1
1
  <div class="d-flex gap-1 align-items-stretch">
2
2
  <!-- search -->
3
- <div class="position-relative align-self-center">
3
+ <button class="btn btn-sm- btn-light" component="chat/room/search/toggle" data-manual-tooltip="1" title="[[global:header.search]]">
4
+ <i class="fa fa-search text-muted"></i>
5
+ </button>
6
+ <div component="chat/room/search/container" class="position-relative hidden align-self-center">
4
7
  <input component="chat/room/search" class="form-control form-control-sm" placeholder="[[search:type-to-search]]" style="width: 150px;">
5
8
  <a component="chat/room/search/clear" href="#" class="hidden px-2 py-1 position-absolute top-50 end-0 translate-middle-y">
6
9
  <i class="fa fa-times text-muted opacity-75"></i>