Fix offline page: white logo bg, remove duplicate message, load language
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
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 5s
Repo Health / Repository health (push) Failing after 3s
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
Auto-Update SHA Hash / Update SHA-256 Hash in updates.xml (release) Failing after 5s
Repo Health / Repository health (push) Failing after 3s
- Logo gets white background with padding and rounded corners - Removed <jdoc:include type="message" /> (was duplicating offline message) - Load template language files explicitly (not auto-loaded in offline context) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -71,8 +71,10 @@
|
||||
max-height: 120px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.3))
|
||||
drop-shadow(0 0 24px rgba(255, 255, 255, 0.15));
|
||||
background: #fff;
|
||||
padding: 1rem 1.5rem;
|
||||
border-radius: 0.5rem;
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.moko-offline-brand .site-title {
|
||||
|
||||
Reference in New Issue
Block a user