Fix offline: load com_users lang, card width 720px. Bump 03.09.26
Some checks failed
Repo Health / Access control (push) Successful in 1s
Repo Health / Release configuration (push) Failing after 4s
Repo Health / Scripts governance (push) Successful in 3s
Repo Health / Repository health (push) Failing after 4s

- Load com_users and core language files for LOGIN_RESET, LOGIN_REMIND,
  SKIP_TO_CONTENT keys
- Card max-width 640px → 720px (matches clarksvillefurs.com)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 15:04:38 -05:00
parent cd0f21be5c
commit ba4f1cacaf
6 changed files with 23 additions and 25 deletions

View File

@@ -38,15 +38,10 @@
z-index: 0;
}
:root[data-bs-theme="dark"] .moko-offline-wrap > * {
position: relative;
z-index: 1;
}
/* === Centered Card Overlay === */
.moko-offline-card {
width: 100%;
max-width: 640px;
max-width: 720px;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
@@ -243,7 +238,7 @@
/* === Joomla system messages === */
.moko-offline-messages {
width: 100%;
max-width: 640px;
max-width: 720px;
margin-bottom: 1rem;
}