From 10da82607d6d8375f4333278121dedf79ffec0da Mon Sep 17 00:00:00 2001 From: 1nF0rmed Date: Mon, 20 Sep 2021 20:10:18 +0530 Subject: [PATCH] Adds social links to Layout This removes the logo credits in the base Layout and adds the links to Github, Mattermost and Twitter. --- BTCPayServer/Views/Shared/_Layout.cshtml | 6 +++++- BTCPayServer/wwwroot/main/site.css | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml index 46c904d5f..0863c41c4 100644 --- a/BTCPayServer/Views/Shared/_Layout.cshtml +++ b/BTCPayServer/Views/Shared/_Layout.cshtml @@ -132,7 +132,11 @@ { diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index 79ba25abf..dd4b11684 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -468,3 +468,8 @@ header.masthead .header-content .header-content-inner p { margin: 20px auto 0; } } + +.social-link { + height: 1rem; + padding: 0 0.5rem 0 1rem; +}