From 97d82042c0d3846c239eabb3e8f91b471348a2fa Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Sun, 12 Mar 2023 06:03:23 -0400 Subject: [PATCH 1/2] Add mutiny to community integrations --- frontend/src/app/components/about/about.component.html | 4 ++++ frontend/src/resources/profile/mutiny.svg | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 frontend/src/resources/profile/mutiny.svg diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 73e7a17a2..8823f4aa8 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -284,6 +284,10 @@ Boltz + + + Mutiny + diff --git a/frontend/src/resources/profile/mutiny.svg b/frontend/src/resources/profile/mutiny.svg new file mode 100644 index 000000000..676c4d72c --- /dev/null +++ b/frontend/src/resources/profile/mutiny.svg @@ -0,0 +1,3 @@ + + + From a5e281706f2962cfc99305d3ca9f0149576f33a3 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Sun, 12 Mar 2023 06:17:50 -0400 Subject: [PATCH 2/2] Make community integration rows symmetric and full --- frontend/src/app/components/about/about.component.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index e538d724b..6873c9437 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -13,8 +13,8 @@ .image.not-rounded { border-radius: 0; - width: 74px; - height: 74px; + width: 60px; + height: 60px; } .intro { @@ -228,11 +228,11 @@ } .community-integrations-sponsor { - max-width: 965px; + max-width: 1110px; margin: auto; } .community-integrations-sponsor img.image { - width: 78px; - height: 78px; + width: 64px; + height: 64px; }