From 0a0a1361e1aa504d0766582e8bd08ea08adc2094 Mon Sep 17 00:00:00 2001 From: nahbee10 Date: Thu, 12 Dec 2024 03:11:40 +0900 Subject: [PATCH] footer icon position fix --- assets/tailwind-output.css | 8 +++-- manifest.json | 2 +- src/modules/footer/FooterModule.tsx | 45 ++++++++++++++++++++++++----- style.css | 26 ++++++++--------- 4 files changed, 57 insertions(+), 24 deletions(-) diff --git a/assets/tailwind-output.css b/assets/tailwind-output.css index dbf43d411..d614df46b 100644 --- a/assets/tailwind-output.css +++ b/assets/tailwind-output.css @@ -4170,8 +4170,8 @@ iframe#launcher { margin-bottom: 0px; } - .sm\:mb-20 { - margin-bottom: 5rem; + .sm\:mb-6 { + margin-bottom: 1.5rem; } .sm\:ml-2 { @@ -4182,6 +4182,10 @@ iframe#launcher { margin-top: 0px; } + .sm\:mt-6 { + margin-top: 1.5rem; + } + .sm\:mt-padding-x-large { margin-top: 2.25rem; } diff --git a/manifest.json b/manifest.json index b7a1a0152..6abd6f4f8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Copenhagen", "author": "Sanctuary Computer", - "version": "4.2.23", + "version": "4.2.24", "api_version": 4, "default_locale": "en-us", "settings": [ diff --git a/src/modules/footer/FooterModule.tsx b/src/modules/footer/FooterModule.tsx index ac71474a2..33367e438 100644 --- a/src/modules/footer/FooterModule.tsx +++ b/src/modules/footer/FooterModule.tsx @@ -13,7 +13,7 @@ const Footer: FC = ({ footerPageData }) => { return ( ); diff --git a/style.css b/style.css index 2e0a69ffc..38c1da480 100644 --- a/style.css +++ b/style.css @@ -196,47 +196,47 @@ template { } .avatar-wrapper g:nth-of-type(1) { - animation-duration: 6s; - animation-delay: 2s; + animation-duration: 5s; + animation-delay: 1s; } .avatar-wrapper g:nth-of-type(2) { - animation-duration: 5s; + animation-duration: 4s; animation-delay: 1s; } .avatar-wrapper g:nth-of-type(3) { - animation-duration: 5s; - animation-delay: 2s; + animation-duration: 4s; + animation-delay: 1s; } .avatar-wrapper g:nth-of-type(4) { - animation-duration: 4s; - animation-delay: 1s; + animation-duration: 5s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(5) { - animation-duration: 6s; - animation-delay: 1s; + animation-duration: 5s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(6) { - animation-duration: 6s; + animation-duration: 4s; animation-delay: 1s; } .avatar-wrapper g:nth-of-type(7) { - animation-duration: 6s; + animation-duration: 4s; animation-delay: 1s; } .avatar-wrapper g:nth-of-type(8) { animation-duration: 4s; - animation-delay: 2s; + animation-delay: 1s; } .avatar-wrapper g:nth-of-type(9) { - animation-duration: 6s; + animation-duration: 5s; animation-delay: 1s; }