From 6604cc56c038092139879b21f6e0a39eaa6fd1fa Mon Sep 17 00:00:00 2001 From: Usame Algan <5880855+usame-algan@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:33:38 +0200 Subject: [PATCH] fix: Floating tiles performance (#165) --- src/components/Careers/Intro/styles.module.css | 1 - src/components/Core/Tweets/styles.module.css | 1 - src/components/Wallet/Intro/styles.module.css | 1 - 3 files changed, 3 deletions(-) diff --git a/src/components/Careers/Intro/styles.module.css b/src/components/Careers/Intro/styles.module.css index 362b832a..4ad1d904 100644 --- a/src/components/Careers/Intro/styles.module.css +++ b/src/components/Careers/Intro/styles.module.css @@ -17,7 +17,6 @@ left: 50%; transform: translateX(-50%); top: -5%; - filter: url('#gooey'); z-index: -1; } diff --git a/src/components/Core/Tweets/styles.module.css b/src/components/Core/Tweets/styles.module.css index 93bd1c54..39329c62 100644 --- a/src/components/Core/Tweets/styles.module.css +++ b/src/components/Core/Tweets/styles.module.css @@ -28,7 +28,6 @@ top: 0px; left: 50%; transform: translateX(-50%); - filter: url('#gooey'); z-index: -1; } diff --git a/src/components/Wallet/Intro/styles.module.css b/src/components/Wallet/Intro/styles.module.css index 9ae8f507..608150fa 100644 --- a/src/components/Wallet/Intro/styles.module.css +++ b/src/components/Wallet/Intro/styles.module.css @@ -33,7 +33,6 @@ position: absolute; left: 50%; transform: translateX(-50%); - filter: url('#gooey'); z-index: -1; }