diff --git a/src/app.css b/src/app.css index d8374721..3039aaf3 100644 --- a/src/app.css +++ b/src/app.css @@ -363,10 +363,16 @@ html.trusted_access #appShell { /* .ae_container_module_main { @apply container; } */ -.ae_container_module_header { +.ae_module_header { /* LCI request 3a5997 */ /* bg-gray-300 */ - @apply h2 text-center preset-tonal-primary rounded-md flex flex-row gap-0.25 items-center justify-between w-full p-1 px-2; + @apply preset-tonal-surface rounded-md flex flex-row gap-0.25 items-center justify-between w-full p-1 px-2; +} + +[data-theme='AE_c_LCI'] .ae_module_header { + /* LCI request 3a5997 */ + /* bg-gray-300 */ + @apply preset-tonal-primary; } [data-theme='AE_c_LCI'] .ae_obj__event_presenter { @apply preset-filled-success-500; diff --git a/src/lib/ae_stores.ts b/src/lib/ae_stores.ts index 0b413938..107de36d 100644 --- a/src/lib/ae_stores.ts +++ b/src/lib/ae_stores.ts @@ -126,7 +126,7 @@ const ae_app_local_data_defaults: key_val = { primary_email: null, // The primary email of the logged-in person/user user_id: null, // The user ID of the logged-in user - qry_limit__people: 149, + qry_limit__people: 150, show_content__person_page_help: false, }, @@ -368,7 +368,7 @@ let ae_app_session_data_defaults: key_val = { 'person': { show_report__person_li: false, - qry_limit__people: 99, + qry_limit__people: 100, }, show__modal_change_password: false, diff --git a/src/routes/core/+layout.svelte b/src/routes/core/+layout.svelte index ca350bbf..a57bd5d4 100644 --- a/src/routes/core/+layout.svelte +++ b/src/routes/core/+layout.svelte @@ -42,6 +42,9 @@ if (log_lvl) {