style: UI tweak

This commit is contained in:
wonfen
2025-02-27 13:04:46 +08:00
parent bb015506e7
commit 1a9b0a476b
3 changed files with 10 additions and 8 deletions

View File

@@ -202,12 +202,14 @@ const Layout = () => {
}}
sx={[
({ palette }) => ({ bgcolor: palette.background.paper }),
{
borderRadius: "8px",
border: "0px solid var(--divider-color)",
width: "calc(100vw - 1px)",
height: "calc(100vh - 1px)",
},
OS === "linux"
? {
borderRadius: "8px",
border: "1px solid var(--divider-color)",
width: "calc(100vw - 0px)",
height: "calc(100vh - 0px)",
}
: {},
]}
>
<div className="layout__left">