Support original-language movie requests and fix repair dialog layout
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user