IMPR: minor changes

This commit is contained in:
Tony Air 2024-03-25 05:34:24 +02:00
parent f6fabfe367
commit ef13e48857
2 changed files with 9 additions and 0 deletions

View File

@ -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)

View File

@ -10,6 +10,14 @@ body {
padding-bottom: 2 * $element-reduced-spacer-y;
}*/
// disable animation
main {
&.loaded,
&.loading {
animation: none;
}
}
#PageBreadcumbs {
padding-bottom: 0;