nodebb-theme-persona 13.0.68 → 13.0.70

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.0.68",
3
+ "version": "13.0.70",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  <span class="visible-md-inline visible-lg-inline">[[unread:all_categories]]</span>{{{ end }}}
10
10
  </button>
11
11
  <div component="category-selector-search" class="hidden position-absolute">
12
- <input type="text" class="form-control form-control-sm" placeholder="[[search:type-to-search]]" autocomplete="off">
12
+ <input type="text" class="form-control" placeholder="[[search:type-to-search]]" autocomplete="off">
13
13
  </div>
14
14
  <ul component="category/list" class="dropdown-menu category-dropdown-menu" role="menu">
15
15
  <li role="presentation" class="category" data-cid="all">
@@ -4,8 +4,10 @@
4
4
  <div class="flex-grow-1 align-self-center">
5
5
  <textarea component="chat/input" placeholder="[[modules:chat.placeholder.mobile]]" class="bg-transparent text-body form-control chat-input mousetrap rounded-0 border-0 shadow-none ps-1 py-0" style="min-height: 1.5rem;height:0;max-height:30vh;resize:none;"></textarea>
6
6
  </div>
7
- <div component="chat/message/remaining" class="text-xs text-muted me-1">{maximumChatMessageLength}</div>
8
- <button class="btn btn-primary btn-sm px-2 rounded-1" type="button" data-action="send"><i class="fa fa-fw fa-paper-plane"></i></button>
7
+ <div class="d-flex gap-1">
8
+ <div component="chat/message/remaining" class="text-xs text-muted me-1 align-self-center">{maximumChatMessageLength}</div>
9
+ <button class="btn btn-primary btn-sm px-2 rounded-1" type="button" data-action="send"><i class="fa fa-fw fa-paper-plane"></i></button>
10
+ </div>
9
11
  </div>
10
12
  <form class="hidden" component="chat/upload" method="post" enctype="multipart/form-data">
11
13
  <input type="file" name="files[]" multiple class="hidden"/>