diff --git a/assets/shared-bundle.js b/assets/shared-bundle.js index 92643f55f..12dd66879 100644 --- a/assets/shared-bundle.js +++ b/assets/shared-bundle.js @@ -34215,30 +34215,21 @@ var getIntrinsic = function GetIntrinsic(name, allowMissing) { var callBind$3 = { exports: {} }; -var esDefineProperty; -var hasRequiredEsDefineProperty; +var GetIntrinsic$3 = getIntrinsic; -function requireEsDefineProperty() { - if (hasRequiredEsDefineProperty) return esDefineProperty; - hasRequiredEsDefineProperty = 1; - - var GetIntrinsic = getIntrinsic; - - /** @type {import('.')} */ - var $defineProperty = GetIntrinsic('%Object.defineProperty%', true) || false; - if ($defineProperty) { - try { - $defineProperty({}, 'a', { value: 1 }); - } catch (e) { - // IE 8 has a broken defineProperty - $defineProperty = false; - } +/** @type {import('.')} */ +var $defineProperty$2 = GetIntrinsic$3('%Object.defineProperty%', true) || false; +if ($defineProperty$2) { + try { + $defineProperty$2({}, 'a', { value: 1 }); + } catch (e) { + // IE 8 has a broken defineProperty + $defineProperty$2 = false; } - - esDefineProperty = $defineProperty; - return esDefineProperty; } +var esDefineProperty = $defineProperty$2; + var GetIntrinsic$2 = getIntrinsic; var $gOPD$1 = GetIntrinsic$2('%Object.getOwnPropertyDescriptor%', true); @@ -34254,7 +34245,7 @@ if ($gOPD$1) { var gopd$1 = $gOPD$1; -var $defineProperty$1 = requireEsDefineProperty(); +var $defineProperty$1 = esDefineProperty; var $SyntaxError = syntax; var $TypeError$3 = type; @@ -34307,7 +34298,7 @@ var defineDataProperty$1 = function defineDataProperty(obj, property, value) { } }; -var $defineProperty = requireEsDefineProperty(); +var $defineProperty = esDefineProperty; var hasPropertyDescriptors = function hasPropertyDescriptors() { return !!$defineProperty; @@ -34386,7 +34377,7 @@ callBind$3.exports; var $call = GetIntrinsic('%Function.prototype.call%'); var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply); - var $defineProperty = requireEsDefineProperty(); + var $defineProperty = esDefineProperty; var $max = GetIntrinsic('%Math.max%'); module.exports = function callBind(originalFunction) { diff --git a/assets/tailwind-output.css b/assets/tailwind-output.css index 51047698e..20cea7350 100644 --- a/assets/tailwind-output.css +++ b/assets/tailwind-output.css @@ -2047,6 +2047,14 @@ video { line-height: 1.4 !important; } +.leading-\[1\.25\] { + line-height: 1.25; +} + +.\!leading-\[1\.25\] { + line-height: 1.25 !important; +} + .\!text-light-accent-1 { --tw-text-opacity: 1 !important; color: rgb(245 13 180 / var(--tw-text-opacity)) !important; @@ -4258,6 +4266,18 @@ iframe#launcher { margin-top: 2.25rem; } + .sm\:mb-12 { + margin-bottom: 3rem; + } + + .sm\:mt-6 { + margin-top: 1.5rem; + } + + .sm\:mb-6 { + margin-bottom: 1.5rem; + } + .sm\:block { display: block; } 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 753a16768..0ef72facb 100644 --- a/style.css +++ b/style.css @@ -197,17 +197,17 @@ template { } .avatar-wrapper g:nth-of-type(1) { - animation-duration: 5s; + animation-duration: 6s; animation-delay: 2s; } .avatar-wrapper g:nth-of-type(2) { animation-duration: 4s; - animation-delay: 2s; + animation-delay: 1s; } .avatar-wrapper g:nth-of-type(3) { - animation-duration: 6s; + animation-duration: 5s; animation-delay: 1s; } @@ -217,31 +217,31 @@ template { } .avatar-wrapper g:nth-of-type(5) { - animation-duration: 6s; - animation-delay: 1s; + animation-duration: 4s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(6) { - animation-duration: 6s; - animation-delay: 1s; + animation-duration: 4s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(7) { animation-duration: 5s; - animation-delay: 1s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(8) { - animation-duration: 6s; + animation-duration: 4s; animation-delay: 1s; } .avatar-wrapper g:nth-of-type(9) { animation-duration: 6s; - animation-delay: 2s; + animation-delay: 1s; } .avatar-wrapper g:nth-of-type(10) { - animation-duration: 6s; - animation-delay: 2s; + animation-duration: 4s; + animation-delay: 1s; }