mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
Revert "style: update box styling in settings page for improved layout (#2857)"
This reverts commit de2cff824e.
This commit is contained in:
@@ -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",
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user