style: tweak

This commit is contained in:
wonfen
2025-02-18 11:40:41 +08:00
parent acb66a3012
commit 5d9dce7d10
2 changed files with 2 additions and 2 deletions

View File

@@ -377,7 +377,7 @@ const ProfilePage = () => {
sx={{ sx={{
pl: "10px", pl: "10px",
pr: "10px", pr: "10px",
height: "95%", height: "94%",
overflowY: "auto", overflowY: "auto",
}} }}
> >

View File

@@ -42,7 +42,7 @@ const ProxyPage = () => {
return ( return (
<BasePage <BasePage
full full
contentStyle={{ height: "102%" }} contentStyle={{ height: "101.5%" }}
title={t("Proxy Groups")} title={t("Proxy Groups")}
header={ header={
<Box display="flex" alignItems="center" gap={1}> <Box display="flex" alignItems="center" gap={1}>