nodebb-theme-harmony 2.2.36 → 2.2.37

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": "2.2.36",
3
+ "version": "2.2.37",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
package/scss/common.scss CHANGED
@@ -94,10 +94,6 @@ body:not(.page-user) {
94
94
  top: 0;
95
95
  padding: 0.25rem 0;
96
96
  }
97
- // quartz doesn't need body-bg for tool background
98
- .skin-quartz .sticky-tools {
99
- background-color: initial;
100
- }
101
97
 
102
98
  .flex-basis-md-200 {
103
99
  @include media-breakpoint-up(md) {
package/scss/skins.scss CHANGED
@@ -1,4 +1,8 @@
1
1
  .skin-quartz {
2
+ // quartz doesn't need body-bg for tool background
3
+ .sticky-tools {
4
+ background-color: initial;
5
+ }
2
6
  .post-container-parent > div.rounded-circle {
3
7
  // box-shadow: none!important;
4
8
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2)!important;
@@ -29,7 +29,7 @@
29
29
  {{{ if ./user.userslug }}}<meta itemprop="url" content="{config.relative_path}/user/{./user.userslug}">{{{ end }}}
30
30
 
31
31
  <div class="d-flex flex-nowrap gap-1 align-items-center text-truncate">
32
- <div class="bg-body d-sm-none">
32
+ <div class="d-sm-none">
33
33
  <a class="d-inline-block position-relative text-decoration-none" href="{{{ if ./user.userslug }}}{config.relative_path}/user/{./user.userslug}{{{ else }}}#{{{ end }}}">
34
34
  {buildAvatar(posts.user, "20px", true, "", "user/picture")}
35
35
  {{{ if ./user.isLocal }}}