update clashmeta core, Imporve UI, merge PR, reset icons, fix CI

This commit is contained in:
wonfen
2023-11-28 07:49:44 +08:00
parent 9d4942723c
commit bda87167a3
57 changed files with 298 additions and 117 deletions

View File

@@ -142,7 +142,7 @@ const ConnectionsPage = () => {
</Box>
}
>
<Paper sx={{ boxShadow: 0, height: "100%" }}>
<Box sx={{ boxShadow: 0, height: "100%" }}>
<Box
sx={{
pt: 1,
@@ -210,7 +210,7 @@ const ConnectionsPage = () => {
</Box>
<ConnectionDetail ref={detailRef} />
</Paper>
</Box>
</BasePage>
);
};