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