mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:53:44 +08:00
style: UI tweak
This commit is contained in:
parent
bb015506e7
commit
1a9b0a476b
@ -16,7 +16,7 @@
|
|||||||
"copyright": "GNU General Public License v3.0",
|
"copyright": "GNU General Public License v3.0",
|
||||||
"category": "DeveloperTool",
|
"category": "DeveloperTool",
|
||||||
"shortDescription": "Clash Verge Rev",
|
"shortDescription": "Clash Verge Rev",
|
||||||
"createUpdaterArtifacts": "v1Compatible"
|
"createUpdaterArtifacts": true
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"beforeBuildCommand": "pnpm run web:build",
|
"beforeBuildCommand": "pnpm run web:build",
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0px;
|
right: 1px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -202,12 +202,14 @@ const Layout = () => {
|
|||||||
}}
|
}}
|
||||||
sx={[
|
sx={[
|
||||||
({ palette }) => ({ bgcolor: palette.background.paper }),
|
({ palette }) => ({ bgcolor: palette.background.paper }),
|
||||||
{
|
OS === "linux"
|
||||||
borderRadius: "8px",
|
? {
|
||||||
border: "0px solid var(--divider-color)",
|
borderRadius: "8px",
|
||||||
width: "calc(100vw - 1px)",
|
border: "1px solid var(--divider-color)",
|
||||||
height: "calc(100vh - 1px)",
|
width: "calc(100vw - 0px)",
|
||||||
},
|
height: "calc(100vh - 0px)",
|
||||||
|
}
|
||||||
|
: {},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<div className="layout__left">
|
<div className="layout__left">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user