nodebb-theme-persona 14.2.25 → 14.2.26
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 +1 -1
- package/scss/header.scss +0 -5
- package/scss/tags.scss +2 -2
- package/templates/partials/breadcrumbs.tpl +1 -1
- package/templates/topic.tpl +1 -1
package/package.json
CHANGED
package/scss/header.scss
CHANGED
package/scss/tags.scss
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
{breadcrumbs.text}
|
|
9
9
|
<!-- IF @last -->
|
|
10
10
|
<!-- IF !feeds:disableRSS -->
|
|
11
|
-
<!-- IF rssFeedUrl --><a target="_blank" href="{rssFeedUrl}" itemprop="item"><i class="fa fa-rss-square"></i></a><!-- ENDIF rssFeedUrl --><!-- ENDIF !feeds:disableRSS -->
|
|
11
|
+
<!-- IF rssFeedUrl --><a class="ms-2 link-secondary" target="_blank" href="{rssFeedUrl}" itemprop="item"><i class="fa fa-rss-square"></i></a><!-- ENDIF rssFeedUrl --><!-- ENDIF !feeds:disableRSS -->
|
|
12
12
|
<!-- ENDIF @last -->
|
|
13
13
|
</span>
|
|
14
14
|
{{{ if ./url }}}</a>{{{ end }}}
|
package/templates/topic.tpl
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<div data-tid="{./tid}" component="topic/tags" class="lh-1 tags tag-list d-flex flex-wrap hidden-xs hidden-empty gap-2"><!-- IMPORT partials/topic/tags.tpl --></div>
|
|
45
45
|
<div class="d-flex gap-2" component="topic/stats"><!-- IMPORT partials/topic/stats.tpl --></div>
|
|
46
46
|
{{{ if !feeds:disableRSS }}}
|
|
47
|
-
{{{ if rssFeedUrl }}}<a class="hidden-xs" target="_blank" href="{rssFeedUrl}"><i class="fa fa-rss-square"></i></a>{{{ end }}}
|
|
47
|
+
{{{ if rssFeedUrl }}}<a class="hidden-xs link-secondary" target="_blank" href="{rssFeedUrl}"><i class="fa fa-rss-square fa-xl"></i></a>{{{ end }}}
|
|
48
48
|
{{{ end }}}
|
|
49
49
|
{{{ if browsingUsers }}}
|
|
50
50
|
<div class="d-inline-block hidden-xs">
|