From fbb068e415e777c8118b763f882413f509916b4e Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Tue, 27 Dec 2022 21:12:23 -0500
Subject: [PATCH 1/2] [frio] Normalize display of plink/network icons between
 thread/search

---
 view/theme/frio/css/style.css             | 4 ++++
 view/theme/frio/templates/wall_thread.tpl | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css
index 3f62919e53..be41e330f8 100644
--- a/view/theme/frio/css/style.css
+++ b/view/theme/frio/css/style.css
@@ -1740,6 +1740,10 @@ aside .panel-body {
 	border-top: none;
 	color: inherit;
 }
+.preferences .plink {
+	margin-left: 5px;
+}
+
 blockquote.shared_content {
 	padding: 0px;
 	margin-inline-start: 0px;
diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index 862b7cc1bb..c371e8d3fc 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -140,7 +140,6 @@ as the value of $top_child_total (this is done at the end of this file)
 					<span class="wall-item-network" title="{{$item.app}}">{{$item.network_name}}</span>
 				{{/if}}
 				{{if $item.plink}}	{{*link to the original source of the item *}}
-					&nbsp;
 					<a href="{{$item.plink.href}}" class="plink u-url" aria-label="{{$item.plink.title}}" title="{{$item.plink.title}}">
 						<i class="fa fa-external-link"></i>
 					</a>

From 48e960cc844fa475ac7c10ad231e5ffc29782226 Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <hypolite@mrpetovan.com>
Date: Tue, 27 Dec 2022 21:12:48 -0500
Subject: [PATCH 2/2] [frio] Restore access to plink icon in thread view

---
 view/theme/frio/templates/wall_thread.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index c371e8d3fc..e2e2d52bfc 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -146,7 +146,7 @@ as the value of $top_child_total (this is done at the end of this file)
 				{{/if}}
 			</div>
 		{{if $item.thread_level==1}}
-			<div class="contact-info hidden-sm hidden-xs media-body"><!-- <= For computer -->
+			<div class="hidden-sm hidden-xs media-body"><!-- <= For computer -->
 				<h4 class="media-heading">
 					<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo hover-card">
 						<span class="wall-item-name {{$item.sparkle}}">{{$item.name}}</span>