diff --git a/assets/shared-bundle.js b/assets/shared-bundle.js index 12dd66879..92643f55f 100644 --- a/assets/shared-bundle.js +++ b/assets/shared-bundle.js @@ -34215,20 +34215,29 @@ var getIntrinsic = function GetIntrinsic(name, allowMissing) { var callBind$3 = { exports: {} }; -var GetIntrinsic$3 = getIntrinsic; +var esDefineProperty; +var hasRequiredEsDefineProperty; -/** @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; +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; + } } -} -var esDefineProperty = $defineProperty$2; + esDefineProperty = $defineProperty; + return esDefineProperty; +} var GetIntrinsic$2 = getIntrinsic; @@ -34245,7 +34254,7 @@ if ($gOPD$1) { var gopd$1 = $gOPD$1; -var $defineProperty$1 = esDefineProperty; +var $defineProperty$1 = requireEsDefineProperty(); var $SyntaxError = syntax; var $TypeError$3 = type; @@ -34298,7 +34307,7 @@ var defineDataProperty$1 = function defineDataProperty(obj, property, value) { } }; -var $defineProperty = esDefineProperty; +var $defineProperty = requireEsDefineProperty(); var hasPropertyDescriptors = function hasPropertyDescriptors() { return !!$defineProperty; @@ -34377,7 +34386,7 @@ callBind$3.exports; var $call = GetIntrinsic('%Function.prototype.call%'); var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply); - var $defineProperty = esDefineProperty; + var $defineProperty = requireEsDefineProperty(); var $max = GetIntrinsic('%Math.max%'); module.exports = function callBind(originalFunction) { diff --git a/assets/tailwind-output.css b/assets/tailwind-output.css index 20cea7350..ebb71ae26 100644 --- a/assets/tailwind-output.css +++ b/assets/tailwind-output.css @@ -2047,14 +2047,6 @@ 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; @@ -4250,8 +4242,8 @@ iframe#launcher { margin-bottom: 0px; } - .sm\:mb-20 { - margin-bottom: 5rem; + .sm\:mb-6 { + margin-bottom: 1.5rem; } .sm\:ml-2 { @@ -4262,20 +4254,12 @@ iframe#launcher { margin-top: 0px; } - .sm\:mt-padding-x-large { - 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\:mt-padding-x-large { + margin-top: 2.25rem; } .sm\:block { diff --git a/manifest.json b/manifest.json index 146db295f..a9b68b8b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Copenhagen", "author": "Sanctuary Computer", - "version": "4.2.25", + "version": "4.2.27", "api_version": 4, "default_locale": "en-us", "settings": [ diff --git a/style.css b/style.css index 0ef72facb..1fbc5a94a 100644 --- a/style.css +++ b/style.css @@ -197,12 +197,12 @@ template { } .avatar-wrapper g:nth-of-type(1) { - animation-duration: 6s; + animation-duration: 5s; animation-delay: 2s; } .avatar-wrapper g:nth-of-type(2) { - animation-duration: 4s; + animation-duration: 5s; animation-delay: 1s; } @@ -212,13 +212,13 @@ template { } .avatar-wrapper g:nth-of-type(4) { - animation-duration: 4s; + animation-duration: 5s; animation-delay: 1s; } .avatar-wrapper g:nth-of-type(5) { - animation-duration: 4s; - animation-delay: 2s; + animation-duration: 6s; + animation-delay: 1s; } .avatar-wrapper g:nth-of-type(6) { @@ -227,21 +227,21 @@ template { } .avatar-wrapper g:nth-of-type(7) { - animation-duration: 5s; + animation-duration: 4s; animation-delay: 2s; } .avatar-wrapper g:nth-of-type(8) { - animation-duration: 4s; - animation-delay: 1s; + animation-duration: 5s; + animation-delay: 2s; } .avatar-wrapper g:nth-of-type(9) { - animation-duration: 6s; + animation-duration: 5s; animation-delay: 1s; } .avatar-wrapper g:nth-of-type(10) { - animation-duration: 4s; + animation-duration: 6s; animation-delay: 1s; }