nodebb-theme-harmony 1.0.0-beta.86 → 1.0.0-beta.88
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
|
@@ -15,7 +15,7 @@ ul.topics-list {
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
&.selected {
|
|
18
|
-
|
|
18
|
+
border-color: $primary;
|
|
19
19
|
|
|
20
20
|
[component="topic/select"] {
|
|
21
21
|
color: $primary!important;
|
|
@@ -75,7 +75,7 @@ ul.topics-list {
|
|
|
75
75
|
align-items: start;
|
|
76
76
|
grid-auto-rows: min-content;
|
|
77
77
|
@include media-breakpoint-up(md) { display: grid; }
|
|
78
|
-
@include media-breakpoint-up(xl) {
|
|
78
|
+
@include media-breakpoint-up(xl) {
|
|
79
79
|
grid-auto-columns: minmax(0, 1fr);
|
|
80
80
|
grid-auto-flow: column;
|
|
81
81
|
}
|
|
@@ -123,7 +123,7 @@ ul.topics-list {
|
|
|
123
123
|
@include media-breakpoint-up(xl) {
|
|
124
124
|
width:12rem;
|
|
125
125
|
}
|
|
126
|
-
|
|
126
|
+
|
|
127
127
|
> .lastpost {
|
|
128
128
|
@include media-breakpoint-up(xl) {
|
|
129
129
|
min-height: 3.4rem;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
</a>
|
|
29
29
|
</li>
|
|
30
30
|
<li>
|
|
31
|
-
<a component="topic/unlock" href="#" class="hidden dropdown-item rounded-1"
|
|
31
|
+
<a component="topic/unlock" href="#" class="hidden dropdown-item rounded-1 d-flex align-items-center gap-2">
|
|
32
32
|
<i class="fa fa-fw text-muted fa-unlock"></i> [[topic:thread_tools.unlock]]
|
|
33
33
|
</a>
|
|
34
34
|
</li>
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
{{{ end }}}
|
|
33
33
|
</h2>
|
|
34
34
|
<div class="info">
|
|
35
|
-
<span component="topic/labels" class="d-flex flex-wrap gap-1">
|
|
35
|
+
<span component="topic/labels" class="d-flex flex-wrap gap-1 {{{ if (!./scheduled && (!./pinned && (!./locked && (!./oldCid && !./icons.length)))) }}}hidden{{{ end }}}">
|
|
36
36
|
<span component="topic/scheduled" class="badge border border-gray-300 text-primary {{{ if !./scheduled }}}hidden{{{ end }}}">
|
|
37
37
|
<i class="fa fa-clock-o"></i>
|
|
38
38
|
[[topic:scheduled]]
|