nodebb-theme-harmony 1.2.35 → 1.2.36
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
package/scss/topic.scss
CHANGED
|
@@ -35,10 +35,7 @@ body.template-topic {
|
|
|
35
35
|
&.selected .post-container {
|
|
36
36
|
background-color: mix($body-bg, $body-color, 90%);
|
|
37
37
|
}
|
|
38
|
-
&.deleted .post-container .content {
|
|
39
|
-
opacity: .75;
|
|
40
|
-
text-decoration: line-through;
|
|
41
|
-
}
|
|
38
|
+
&.deleted .post-container .content { opacity: .65; }
|
|
42
39
|
|
|
43
40
|
[component="post/content"] {
|
|
44
41
|
@include fix-lists();
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
{{{ end }}}
|
|
71
71
|
</div>
|
|
72
72
|
{{{ if ./thumbs.length }}}
|
|
73
|
-
<a class="position-relative text-decoration-none flex-shrink-0 d-none d-xl-block" href="{config.relative_path}/topic/{./slug}{{{ if ./bookmark }}}/{./bookmark}{{{ end }}}" aria-label="[[topic:thumb-image]]">
|
|
73
|
+
<a class="topic-thumbs position-relative text-decoration-none flex-shrink-0 d-none d-xl-block" href="{config.relative_path}/topic/{./slug}{{{ if ./bookmark }}}/{./bookmark}{{{ end }}}" aria-label="[[topic:thumb-image]]">
|
|
74
74
|
<img class="topic-thumb rounded-1 bg-light" style="width:auto;max-width: 5.33rem;height: 3.33rem;object-fit: contain;" src="{./thumbs.0.url}" alt=""/>
|
|
75
75
|
<span data-numthumbs="{./thumbs.length}" class="px-1 position-absolute top-0 start-100 translate-middle badge rounded text-bg-info" style="z-index: 1;">+{increment(./thumbs.length, "-1")}</span>
|
|
76
76
|
</a>
|