nodebb-theme-harmony 2.2.36 → 2.2.38

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.38",
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;
@@ -14,6 +18,10 @@
14
18
  background-color: transparent!important;
15
19
  backdrop-filter: blur(5px);
16
20
  }
21
+ [component="profile/change/picture"].avatar-wrapper {
22
+ background: linear-gradient(90deg, rgb(51.3, 182.7, 225.9), rgb(93.6, 98.1, 175.5), rgb(220.4, 47.5, 124.45));
23
+ background-attachment: fixed;
24
+ }
17
25
  }
18
26
 
19
27
  .skin-brite {
@@ -16,7 +16,7 @@
16
16
  </div>
17
17
 
18
18
  <div class="d-flex flex-column flex-md-row gap-2 w-100 pb-4 mb-4 mt-2 border-bottom">
19
- <div {{{ if (allowProfilePicture && isSelfOrAdminOrGlobalModerator)}}}component="profile/change/picture"{{{ end }}} class="avatar-wrapper border bg-body border-body border-4 rounded-circle position-relative align-self-center align-self-md-start hover-parent" style="margin-top: -75px;">
19
+ <div {{{ if (allowProfilePicture && isSelfOrAdminOrGlobalModerator)}}}component="profile/change/picture"{{{ end }}} class="avatar-wrapper bg-body rounded-circle position-relative align-self-center align-self-md-start hover-parent" style="margin-top: -75px; padding: 4px;">
20
20
  {buildAvatar(@value, "142px", true)}
21
21
  {{{ if (allowProfilePicture && isSelfOrAdminOrGlobalModerator)}}}
22
22
  <a href="#" component="profile/change/picture" class="d-none d-md-block pointer p-2 rounded-1 text-bg-light position-absolute top-50 start-50 translate-middle hover-opacity-75">
@@ -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 }}}