nodebb-theme-persona 14.1.13 → 14.1.15

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": "14.1.13",
3
+ "version": "14.1.15",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
package/scss/skins.scss CHANGED
@@ -14,7 +14,7 @@
14
14
  .form-control::placeholder {
15
15
  color:$gray-100!important;
16
16
  }
17
- .topic-header {
17
+ .topic-header, .topic-list-header {
18
18
  background-color: transparent!important;
19
19
  backdrop-filter: blur(5px);
20
20
  }
@@ -6,6 +6,9 @@
6
6
  .topic-list-header {
7
7
  top: calc(var(--panel-offset));
8
8
  z-index: $zindex-dropdown; // allows for top nav dropdowns to appear on top
9
+ background-color: $body-bg;
10
+ border-top: 1px solid $border-color;
11
+ border-bottom: 1px solid $border-color;
9
12
  }
10
13
 
11
14
  .topic-list .title small {
@@ -9,7 +9,7 @@
9
9
  <!-- IMPORT partials/category/subcategory.tpl -->
10
10
 
11
11
  {{{ if (topics.length || privileges.topics:create) }}}
12
- <div class="topic-list-header text-bg-light sticky-top btn-toolbar justify-content-between align-items-center p-1 mb-2 flex-nowrap">
12
+ <div class="topic-list-header sticky-top btn-toolbar justify-content-between align-items-center px-1 py-2 mb-2 flex-nowrap">
13
13
  <div class="d-flex gap-1">
14
14
  {{{ if privileges.topics:create }}}
15
15
  <a href="{config.relative_path}/compose?cid={cid}" component="category/post" id="new_topic" class="btn btn-primary btn-sm text-nowrap" data-ajaxify="false" role="button">[[category:new-topic-button]]</a>
@@ -5,7 +5,7 @@
5
5
  {{{end}}}
6
6
  </div>
7
7
  <div class="popular">
8
- <div class="topic-list-header text-bg-light sticky-top btn-toolbar justify-content-between align-items-center p-1 mb-2 gap-1">
8
+ <div class="topic-list-header sticky-top btn-toolbar justify-content-between align-items-center px-1 py-2 mb-2 gap-1">
9
9
  <div class="d-flex gap-1">
10
10
  {{{ if canPost }}}
11
11
  <!-- IMPORT partials/buttons/newTopic.tpl -->
@@ -5,7 +5,7 @@
5
5
  {{{end}}}
6
6
  </div>
7
7
  <div class="recent">
8
- <div class="topic-list-header text-bg-light sticky-top btn-toolbar justify-content-between align-items-between p-1 mb-2 gap-1">
8
+ <div class="topic-list-header sticky-top btn-toolbar justify-content-between align-items-between px-1 py-2 mb-2 gap-1">
9
9
  <div class="d-flex gap-1">
10
10
  {{{ if canPost }}}
11
11
  <!-- IMPORT partials/buttons/newTopic.tpl -->
package/templates/tag.tpl CHANGED
@@ -5,7 +5,7 @@
5
5
  {{{end}}}
6
6
  </div>
7
7
  <div class="tag">
8
- <div class="topic-list-header text-bg-light sticky-top btn-toolbar justify-content-between align-items-center p-1 mb-2 gap-1">
8
+ <div class="topic-list-header sticky-top btn-toolbar justify-content-between align-items-center px-1 py-2 mb-2 gap-1">
9
9
  <div class="d-flex gap-1">
10
10
  {{{ if loggedIn }}}
11
11
  <!-- IMPORT partials/buttons/newTopic.tpl -->
package/templates/top.tpl CHANGED
@@ -5,7 +5,7 @@
5
5
  {{{end}}}
6
6
  </div>
7
7
  <div class="top">
8
- <div class="topic-list-header text-bg-light sticky-top btn-toolbar justify-content-between align-items-center p-1 mb-2 gap-1">
8
+ <div class="topic-list-header sticky-top btn-toolbar justify-content-between align-items-center px-1 py-2 mb-2 gap-1">
9
9
  <div class="d-flex gap-1">
10
10
  {{{ if canPost }}}
11
11
  <!-- IMPORT partials/buttons/newTopic.tpl -->
@@ -5,7 +5,7 @@
5
5
  {{{end}}}
6
6
  </div>
7
7
  <div class="unread">
8
- <div class="topic-list-header text-bg-light sticky-top btn-toolbar justify-content-between align-items-center p-1 mb-2 gap-1">
8
+ <div class="topic-list-header sticky-top btn-toolbar justify-content-between align-items-center px-1 py-2 mb-2 gap-1">
9
9
  <div class="d-flex gap-1">
10
10
  <!-- IMPORT partials/buttons/newTopic.tpl -->
11
11
  <a href="{config.relative_path}/{selectedFilter.url}{querystring}" class="d-inline-block">
@@ -36,7 +36,7 @@
36
36
  </ul>
37
37
 
38
38
  {{{ if (topics.length || privileges.topics:create) }}}
39
- <div class="topic-list-header text-bg-light sticky-top btn-toolbar justify-content-between p-1 mb-2 gap-1 flex-nowrap">
39
+ <div class="topic-list-header sticky-top btn-toolbar justify-content-between px-1 py-2 mb-2 gap-1 flex-nowrap">
40
40
  <div class="d-flex gap-1 align-items-stretch">
41
41
  {{{ if privileges.topics:create }}}
42
42
  <a href="{config.relative_path}/compose?cid={cid}" component="category/post" id="new_topic" class="btn btn-primary text-nowrap" data-ajaxify="false" role="button">[[category:new-topic-button]]</a>