nodebb-theme-persona 11.3.23 → 11.3.24

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": "11.3.23",
3
+ "version": "11.3.24",
4
4
  "nbbpm": {
5
5
  "compatibility": "^1.18.0"
6
6
  },
@@ -13,7 +13,7 @@
13
13
  {{{ if config.searchEnabled }}}
14
14
  <div class="navbar-search visible-xs pull-right">
15
15
  <form action="{config.relative_path}/search" method="GET">
16
- <button type="button" class="btn btn-link"><i class="fa fa-search fa-fw" title="[[global:header.search]]"></i></button>
16
+ <button type="button" class="btn btn-link"><i class="fa fa-lg fa-fw fa-search" title="[[global:header.search]]"></i></button>
17
17
  <input autocomplete="off" type="text" class="form-control hidden" name="term" placeholder="[[global:search]]"/>
18
18
  <button class="btn btn-primary hidden" type="submit"></button>
19
19
  <input type="text" class="hidden" name="in" value="{config.searchDefaultInQuick}" />