From 49cde08f87c40d8e3ddd81826b4c5aad7b382bce Mon Sep 17 00:00:00 2001 From: Ushie Date: Thu, 11 Jul 2024 02:23:05 +0300 Subject: [PATCH 1/3] fix: Social Buttons hiding patches button This isn't the best solution, but it solves the problem for 99% of scenarios, the whole website is due a rewrite Closes #107 --- src/layout/Hero/SocialHost.svelte | 4 ---- src/routes/+page.svelte | 7 ++++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/layout/Hero/SocialHost.svelte b/src/layout/Hero/SocialHost.svelte index f583f0cd..4157162c 100644 --- a/src/layout/Hero/SocialHost.svelte +++ b/src/layout/Hero/SocialHost.svelte @@ -23,16 +23,12 @@ padding: 0 max(6.5%, calc(50vw - 50rem)); align-items: center; user-select: none; - position: absolute; display: flex; - bottom: 2rem; gap: 1rem; - left: 0; } @media screen and (max-width: 767px) { .social-host { - left: 0; width: 100%; display: flex; flex-wrap: wrap; diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 1904f7f1..fffdc80f 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -129,13 +129,18 @@