nodebb-theme-harmony 1.2.2 → 1.2.4

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-harmony",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
@@ -1,5 +1,5 @@
1
- <div class="row d-flex justify-content-center position-fixed start-0 bottom-0 vw-100 pb-5 mb-5 pb-md-0 mb-md-0" style="z-index: 2;">
2
- <div class="cookie-consent text-bg-info col-10 col-sm-8 col-lg-6 p-3 rounded d-flex gap-2 mb-5 mb-md-3 justify-content-between align-items-center">
1
+ <div class="position-fixed bottom-0 w-100 px-3 px-md-0 pb-5 mb-5 pb-lg-0 mb-lg-0" style="z-index: 2;">
2
+ <div class="cookie-consent d-flex flex-column flex-lg-row gap-2 text-bg-info col-12 col-sm-8 col-lg-6 p-3 mx-auto rounded mb-5 mb-md-3 justify-content-between align-items-center">
3
3
  <span>{message} <a class="fw-bold" target="_blank" rel="noopener" href="{link_url}">{link}</a></span>
4
4
  <button class="btn btn-primary text-nowrap">{dismiss}</button>
5
5
  </div>
@@ -11,6 +11,7 @@
11
11
  <option value="titlesposts">[[search:in-titles-posts]]</option>
12
12
  <option value="titles">[[search:in-titles]]</option>
13
13
  <option value="posts">[[search:in-posts]]</option>
14
+ <option value="bookmarks">[[search:in-bookmarks]]</option>
14
15
  <option value="categories">[[search:in-categories]]</option>
15
16
  {{{if privileges.search:users}}}
16
17
  <option value="users">[[search:in-users]]</option>
@@ -11,7 +11,7 @@
11
11
  <meta itemprop="datePublished" content="{timestampISO}">
12
12
  <meta itemprop="dateModified" content="{lastposttimeISO}">
13
13
  <meta itemprop="author" itemscope itemtype="https://schema.org/Person" itemref="topicAuthorName{{{ if author.userslug }}} topicAuthorUrl{{{ end }}}">
14
- <meta id="topicAuthorName" itemprop="name" content="{author.username}">
14
+ <meta id="topicAuthorName" itemprop="name" content="{author.username}">
15
15
  {{{ if author.userslug }}}<meta id="topicAuthorUrl" itemprop="url" content="{config.relative_path}/user/{author.userslug}">{{{ end }}}
16
16
  <div class="d-flex flex-wrap">
17
17
  <div class="d-flex flex-column gap-3 flex-grow-1">