fix: correct english homepage frontpage

Add an English-specific frontpage template so the default homepage no longer falls back to the Chinese frontpage, and clear homepage image backgrounds in the frontpage wrapper CSS.
This commit is contained in:
cydia2001
2026-03-11 01:26:39 +00:00
parent cb9573119a
commit 8cb06c2a8b
3 changed files with 520 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ FRONTPAGE_LAYOUT_CSS = """
.openmlsys-frontpage img {
max-width: 100%;
height: auto;
background: transparent !important;
padding: 0 !important;
}
#content,
.content {