nodebb-theme-harmony 1.0.0-beta.40 → 1.0.0-beta.42

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "skins": "Skins",
3
3
  "collapse": "Collapse",
4
- "toggle-sidebars": "Toggle sidebars",
4
+ "expand": "Expand",
5
5
  "login-register-to-search": "Login or register to search.",
6
6
  "settings.title": "Theme settings",
7
7
  "settings.enableQuickReply": "Enable quick reply",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "1.0.0-beta.40",
3
+ "version": "1.0.0-beta.42",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -6,7 +6,7 @@
6
6
  <!-- IMPORT partials/mobile-footer.tpl -->
7
7
  {{{ if !isSpider }}}
8
8
  <div class="">
9
- <div component="toaster/tray" class="alert-window fixed-bottom pb-5 pb-md-0 mb-5 mb-md-2 pe-3 me-md-5 ms-auto" style="width:300px; z-index: 2!important;">
9
+ <div component="toaster/tray" class="alert-window fixed-bottom mb-5 mb-md-2 me-md-5 ms-auto" style="width:300px;">
10
10
  <div id="reconnect-alert" class="alert alert-dismissible alert-warning clearfix hide" component="toaster/toast">
11
11
  <button type="button" class="btn-close float-end" data-bs-dismiss="alert" aria-hidden="true"></button>
12
12
  <p>[[global:reconnecting-message, {config.siteTitle}]]</p>
@@ -33,7 +33,7 @@
33
33
  {{{ end }}}
34
34
 
35
35
  <div class="sidebar-toggle m-2 d-none d-lg-block">
36
- <a href="#" role="button" component="sidebar/toggle" class="nav-btn d-flex gap-2 align-items-center p-2 pointer nav-link w-100 text-nowrap" title="[[harmony:toggle-sidebars]]">
36
+ <a href="#" role="button" component="sidebar/toggle" class="nav-btn d-flex gap-2 align-items-center p-2 pointer nav-link w-100 text-nowrap" title="[[harmony:expand]]">
37
37
  <i class="fa fa-fw fa-angles-right"></i>
38
38
  <i class="fa fa-fw fa-angles-left"></i>
39
39
  <span class="nav-text visible-open fw-semibold small lh-1">[[harmony:collapse]]</span>