chore: UI adjustment, add translation, fix CI

This commit is contained in:
wonfen
2023-11-22 14:52:14 +08:00
parent 675b0c3cca
commit 7ec251ea6d
17 changed files with 71 additions and 115 deletions

View File

@@ -19,7 +19,7 @@ const RulesPage = () => {
return (
<BasePage title={t("Rules")} contentStyle={{ height: "100%" }}>
<Paper sx={{ boxSizing: "border-box", boxShadow: 2, height: "100%" }}>
<Paper sx={{ boxSizing: "border-box", boxShadow: 0, height: "100%" }}>
<Box
sx={{
pt: 1,