Support original-language movie requests and fix repair dialog layout
Magent CI/CD / verify (push) Successful in 1m54s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Skipped

This commit is contained in:
2026-09-11 18:05:18 +12:00
parent 52c85daae3
commit 38169b881e
11 changed files with 238 additions and 5 deletions
+6
View File
@@ -7597,3 +7597,9 @@ textarea {
justify-content: flex-start;
}
}
.request-language-notice { display: grid; gap: 12px; padding: 20px; border: 1px solid #a88445; border-radius: 12px; background: #a8844512; }
.request-language-notice h3, .request-language-notice p { margin: 0; }
.request-language-notice p, .request-language-notice small { line-height: 1.6; }
.request-language-notice label { display: flex; align-items: flex-start; gap: 10px; }
.request-language-notice input[type=checkbox] { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 2px; }