nodebb-theme-harmony 1.0.0-beta.50 → 1.0.0-beta.51

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.0.0-beta.50",
3
+ "version": "1.0.0-beta.51",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -1,7 +1,13 @@
1
1
  .topic-list {
2
2
  overflow-x: hidden!important;
3
3
  }
4
+
4
5
  [component="category/topic"] {
6
+ &.deleted {
7
+ opacity: 0.6;
8
+ .meta { display: none!important; }
9
+ }
10
+
5
11
  &.selected {
6
12
  [component="topic/select"] {
7
13
  color: $success!important;
package/scss/topic.scss CHANGED
@@ -25,6 +25,8 @@
25
25
  }
26
26
  list-style-type: none;
27
27
 
28
+ @include fix-lists();
29
+
28
30
  &.timeline {
29
31
  @include timeline-style;
30
32
  }
@@ -1,7 +1,7 @@
1
1
  <!-- IMPORT partials/account/header.tpl -->
2
2
 
3
- <div class="mb-3 d-flex justify-content-between">
4
- <h3 class="fw-semibold fs-5">{{{ if isSelf }}}[[pages:account/settings]]{{{ else }}}[[pages:account/settings-of, {username}]]{{{ end }}}</h3>
3
+ <div class="mb-3 d-flex justify-content-between align-items-center">
4
+ <h3 class="fw-semibold fs-5 mb-0">{{{ if isSelf }}}[[pages:account/settings]]{{{ else }}}[[pages:account/settings-of, {username}]]{{{ end }}}</h3>
5
5
  <button id="submitBtn" class="btn btn-primary">[[global:save_changes]]</button>
6
6
  </div>
7
7
  <div class="row">
@@ -5,14 +5,13 @@
5
5
 
6
6
  <div class="input-group">
7
7
  <input class="form-control" type="text" component="chat/search" data-bs-toggle="dropdown" />
8
+ <ul component="chat/search/list" class="dropdown-menu">
9
+ <li><a href="#" class="dropdown-item">[[admin/menu:search.start-typing]]</a></li>
10
+ </ul>
8
11
  <button class="btn btn-primary" type="button">
9
12
  <i class="fa fa-search"></i>
10
13
  </button>
11
14
  </div>
12
-
13
- <ul component="chat/search/list" class="dropdown-menu">
14
- <li><a href="#" class="dropdown-item">[[admin/menu:search.start-typing]]</a></li>
15
- </ul>
16
15
  </div>
17
16
  <hr class="text-muted opacity-25 my-1">
18
17
  <ul component="chat/recent" class="chats-list list-unstyled overflow-auto mb-0 pe-2" data-nextstart="{nextStart}">
@@ -69,7 +69,8 @@
69
69
  </div>
70
70
  </div>
71
71
  </div>
72
- <div class="row col-md-5 col-sm-3 d-none d-md-flex align-self-stretch align-self-lg-start">
72
+
73
+ <div class="meta row col-md-5 col-sm-3 d-none d-md-flex align-self-stretch align-self-lg-start">
73
74
  <div class="col-md-5 d-none d-lg-flex stats text-muted gap-2 px-0">
74
75
  {{{ if !reputation:disabled }}}
75
76
  <div class="stats-votes flex-1">
@@ -115,6 +116,7 @@
115
116
  </div>
116
117
  </div>
117
118
  </div>
119
+
118
120
  {{{ if showSelect }}}
119
121
  <div class="position-absolute top-0 end-0 w-auto p-0">
120
122
  <i component="topic/select" class="fa fa-square-o fs-5 text-muted pointer"></i>