From ef13e48857eae554bedbe33efd625bc14855a06d Mon Sep 17 00:00:00 2001 From: Tony Air Date: Mon, 25 Mar 2024 05:34:24 +0200 Subject: [PATCH] IMPR: minor changes --- app/_config/api-captcha.yml | 1 + app/client/src/scss/layout/base.scss | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/app/_config/api-captcha.yml b/app/_config/api-captcha.yml index cb1d09b..1750856 100644 --- a/app/_config/api-captcha.yml +++ b/app/_config/api-captcha.yml @@ -28,6 +28,7 @@ WebbuildersGroup\Turnstile\Forms\TurnstileField: verify_ssl: true #Allows you to disable php-curl's SSL peer verification by setting this to false (optional, defaults to true) default_theme: "light" #Default theme color (optional, light, dark or auto, defaults to light) js_onload_callback: null #Onload callback to be called when the JS for Turnstile is loaded + disable_js: true proxy_server: "`SS_OUTBOUND_PROXY_SERVER`" #Your proxy server address (optional) proxy_port: "`SS_OUTBOUND_PROXY_PORT`" #Your proxy server address port (optional) proxy_auth: "`SS_OUTBOUND_PROXY_AUTH`" #Your proxy server authentication information (optional) diff --git a/app/client/src/scss/layout/base.scss b/app/client/src/scss/layout/base.scss index 8ba4a78..74462d9 100644 --- a/app/client/src/scss/layout/base.scss +++ b/app/client/src/scss/layout/base.scss @@ -10,6 +10,14 @@ body { padding-bottom: 2 * $element-reduced-spacer-y; }*/ +// disable animation +main { + + &.loaded, + &.loading { + animation: none; + } +} #PageBreadcumbs { padding-bottom: 0;