From c2c60a01eb0be9062000bc5b8cf7a4fdb534a2f0 Mon Sep 17 00:00:00 2001
From: "Panagiotis \"Ivory\" Vasilopoulos" <git@n0toose.net>
Date: Thu, 20 Jul 2023 16:55:46 +0200
Subject: [PATCH] 16, "gt-mr-2" in *all* icons

---
 templates/shared/user/profile_big_avatar.tmpl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl
index 9e83e3b2e0..19d693c2b7 100644
--- a/templates/shared/user/profile_big_avatar.tmpl
+++ b/templates/shared/user/profile_big_avatar.tmpl
@@ -29,23 +29,23 @@
 					{{.ContextUser.Location}}
 					<a href="https://www.openstreetmap.org/search?query={{.ContextUser.Location | Safe}}" rel="nofollow noreferrer">
 						<i class="ui right">
-							{{svg "octicon-link-external"}}
+							{{svg "octicon-link-external" 18 "gt-mr-2"}}
 						</i>
 					</a>
 				</li>
 			{{end}}
 			{{if (eq .SignedUserID .ContextUser.ID)}}
 				<li>
-					{{svg "octicon-mail"}}
+					{{svg "octicon-mail" 18 "gt-mr-2"}}
 					<a href="mailto:{{.ContextUser.Email}}" rel="nofollow">{{.ContextUser.Email}}</a>
 					<a href="{{AppSubUrl}}/user/settings#keep-email-private">
 						{{if .ShowUserEmail}}
 							<i class="ui right" data-tooltip-content="{{.locale.Tr "user.email_visibility.limited"}}">
-								{{svg "octicon-unlock"}}
+								{{svg "octicon-unlock" 18 "gt-mr-2"}}
 							</i>
 						{{else}}
 							<i class="ui right" data-tooltip-content="{{.locale.Tr "user.email_visibility.private"}}">
-								{{svg "octicon-lock"}}
+								{{svg "octicon-lock" 18 "gt-mr-2"}}
 							</i>
 						{{end}}
 					</a>
@@ -53,7 +53,7 @@
 			{{else}}
 				{{if .ShowUserEmail}}
 					<li>
-						{{svg "octicon-mail"}}
+						{{svg "octicon-mail" 18 "gt-mr-2"}}
 						<a href="mailto:{{.ContextUser.Email}}" rel="nofollow">{{.ContextUser.Email}}</a>
 					</li>
 				{{end}}