mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-14 05:51:02 +08:00
Revert "style: update box styling in settings page for improved layout (#2857)"
This reverts commit 4382df7951aefc973ec6f9d9cba0fafc88134e93.
This commit is contained in:
parent
4382df7951
commit
fdf8a6b2ba
@ -76,11 +76,8 @@ const SettingPage = () => {
|
||||
<Grid item xs={12} md={6}>
|
||||
<Box
|
||||
sx={{
|
||||
margin: "0px 10px",
|
||||
marginTop: "10px",
|
||||
marginRight: "5px",
|
||||
borderRadius: "10px",
|
||||
marginBottom: 2,
|
||||
borderRadius: 2,
|
||||
marginBottom: 1.5,
|
||||
backgroundColor: isDark ? "#282a36" : "#ffffff",
|
||||
}}
|
||||
>
|
||||
@ -88,11 +85,7 @@ const SettingPage = () => {
|
||||
</Box>
|
||||
<Box
|
||||
sx={{
|
||||
margin: "0px 10px",
|
||||
marginTop: "10px",
|
||||
marginRight: "5px",
|
||||
borderRadius: "10px",
|
||||
marginBottom: 2,
|
||||
borderRadius: 2,
|
||||
backgroundColor: isDark ? "#282a36" : "#ffffff",
|
||||
}}
|
||||
>
|
||||
@ -102,11 +95,8 @@ const SettingPage = () => {
|
||||
<Grid item xs={12} md={6}>
|
||||
<Box
|
||||
sx={{
|
||||
margin: "0px 10px",
|
||||
marginTop: "10px",
|
||||
marginLeft: "5px",
|
||||
borderRadius: "10px",
|
||||
marginBottom: 2,
|
||||
borderRadius: 2,
|
||||
marginBottom: 1.5,
|
||||
backgroundColor: isDark ? "#282a36" : "#ffffff",
|
||||
}}
|
||||
>
|
||||
@ -114,11 +104,7 @@ const SettingPage = () => {
|
||||
</Box>
|
||||
<Box
|
||||
sx={{
|
||||
margin: "0px 10px",
|
||||
marginTop: "10px",
|
||||
marginLeft: "5px",
|
||||
borderRadius: "10px",
|
||||
marginBottom: 2,
|
||||
borderRadius: 2,
|
||||
backgroundColor: isDark ? "#282a36" : "#ffffff",
|
||||
}}
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user