From 02bb52617dbf93d96bb69183ea8879e7e2e28d50 Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Thu, 20 Jul 2023 20:53:11 +0200 Subject: [PATCH] Revert "16, "gt-mr-2" in *all* icons" This reverts commit c2c60a01eb0be9062000bc5b8cf7a4fdb534a2f0. --- 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 af6428680a..6da951d472 100644 --- a/templates/shared/user/profile_big_avatar.tmpl +++ b/templates/shared/user/profile_big_avatar.tmpl @@ -30,7 +30,7 @@ {{if .EnableOSMButton}} - {{svg "octicon-link-external" 18 "gt-mr-2"}} + {{svg "octicon-link-external"}} {{end}} @@ -38,16 +38,16 @@ {{end}} {{if (eq .SignedUserID .ContextUser.ID)}}
  • - {{svg "octicon-mail" 18 "gt-mr-2"}} + {{svg "octicon-mail"}} {{.ContextUser.Email}} {{if .ShowUserEmail}} - {{svg "octicon-unlock" 18 "gt-mr-2"}} + {{svg "octicon-unlock"}} {{else}} - {{svg "octicon-lock" 18 "gt-mr-2"}} + {{svg "octicon-lock"}} {{end}} @@ -55,7 +55,7 @@ {{else}} {{if .ShowUserEmail}}
  • - {{svg "octicon-mail" 18 "gt-mr-2"}} + {{svg "octicon-mail"}} {{.ContextUser.Email}}
  • {{end}}