diff --git a/src/lib/components/atoms/ContributorPerson.svelte b/src/lib/components/atoms/ContributorPerson.svelte index 9a449c9..5d9ccb5 100644 --- a/src/lib/components/atoms/ContributorPerson.svelte +++ b/src/lib/components/atoms/ContributorPerson.svelte @@ -17,7 +17,7 @@ padding: 0.5rem; width: 100%; transition: background-color 0.3s var(--bezier-one); - border-radius: 4px; + border-radius: 6px; display: flex; gap: 1rem; align-items: center; diff --git a/src/lib/components/atoms/Search.svelte b/src/lib/components/atoms/Search.svelte index 24e08e3..30292a4 100644 --- a/src/lib/components/atoms/Search.svelte +++ b/src/lib/components/atoms/Search.svelte @@ -59,10 +59,6 @@ position: relative; display: flex; padding: 1rem 3rem; - border-radius: 12px; - border: 1px solid var(--grey-three); - background-color: transparent; - color: var(--grey-five); width: 100%; } input::placeholder { @@ -70,10 +66,6 @@ font-size: 0.9rem; } - input:focus { - outline: 1px solid var(--accent-color); - } - @media (max-width: 768px) { #search { left: 26px; diff --git a/src/lib/components/molecules/Footer.svelte b/src/lib/components/molecules/Footer.svelte index 4b97582..176363d 100644 --- a/src/lib/components/molecules/Footer.svelte +++ b/src/lib/components/molecules/Footer.svelte @@ -46,14 +46,10 @@

Socials

GitHub
Discord
-
Reddit
+
Reddit
Telegram
-
Twitter
-
YouTube
+
Twitter
+
YouTube
@@ -65,7 +61,7 @@ display: flex; gap: 2rem; justify-content: space-between; - width: min(85%, 90rem); + width: min(90%, 80rem); } h2 { diff --git a/src/lib/components/molecules/PatchCell.svelte b/src/lib/components/molecules/PatchCell.svelte index 93b10e6..7bd7947 100644 --- a/src/lib/components/molecules/PatchCell.svelte +++ b/src/lib/components/molecules/PatchCell.svelte @@ -25,7 +25,7 @@ .replace(/Microg/g, 'MicroG') .replace(/Hdr/g, 'HDR') .replace(/Sponsorblock/g, 'SponsorBlock') - .replace(/Tiktok/g, 'TikTok') + .replace(/ktok/g, 'kTok') .replace(/Vr/g, 'VR')} @@ -47,11 +47,14 @@
📦 {pkg.name}
{/each} + - {#if patch.compatiblePackages[0].versions.length} -
- 🎯 {patch.compatiblePackages[0].versions.slice(-1)} -
+ {#if patch.compatiblePackages.length} + {#if patch.compatiblePackages[0].versions.length} +
+ 🎯 {patch.compatiblePackages[0].versions.slice(-1)} +
+ {/if} {/if}
🧩 {patch.version}
diff --git a/src/lib/components/molecules/SocialHost.svelte b/src/lib/components/molecules/SocialHost.svelte index a9e3c91..baecf40 100644 --- a/src/lib/components/molecules/SocialHost.svelte +++ b/src/lib/components/molecules/SocialHost.svelte @@ -12,7 +12,6 @@ diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 5265084..6fd34cd 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,6 @@ diff --git a/src/routes/contributors/+page.svelte b/src/routes/contributors/+page.svelte index 2566ea1..ec857c8 100644 --- a/src/routes/contributors/+page.svelte +++ b/src/routes/contributors/+page.svelte @@ -55,7 +55,6 @@ display: flex; align-items: center; flex-direction: column; - gap: 0.5rem; margin-bottom: 2rem; background-color: var(--accent-color); padding: 2.4rem; @@ -69,7 +68,7 @@ a::after { padding-left: 5px; - content: '->'; + content: '→'; position: absolute; transition: all 0.3s var(--bezier-one); } diff --git a/src/routes/download/+page.svelte b/src/routes/download/+page.svelte index 22f008a..f9da2e3 100644 --- a/src/routes/download/+page.svelte +++ b/src/routes/download/+page.svelte @@ -10,10 +10,13 @@ $: manager = $tools['revanced/revanced-manager']; -
+

ReVanced Manager

Patch your favourite apps, right on your device.

- +
+ + +
@@ -22,7 +25,7 @@