mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
Sytle: A little tweak
This commit is contained in:
parent
75d41b6fe5
commit
b9e23a0b59
|
@ -200,10 +200,10 @@ const ConnectionsPage = () => {
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
height="calc(100% - 70px)"
|
height="calc(100% - 65px)"
|
||||||
sx={{
|
sx={{
|
||||||
userSelect: "text",
|
userSelect: "text",
|
||||||
margin: "12px",
|
margin: "10px",
|
||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
bgcolor: isDark ? "#282a36" : "#ffffff",
|
bgcolor: isDark ? "#282a36" : "#ffffff",
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -110,9 +110,9 @@ const LogPage = () => {
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
height="calc(100% - 70px)"
|
height="calc(100% - 65px)"
|
||||||
sx={{
|
sx={{
|
||||||
margin: "12px",
|
margin: "10px",
|
||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
bgcolor: isDark ? "#282a36" : "#ffffff",
|
bgcolor: isDark ? "#282a36" : "#ffffff",
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -358,7 +358,7 @@ const ProfilePage = () => {
|
||||||
mb: 0.5,
|
mb: 0.5,
|
||||||
pl: "10px",
|
pl: "10px",
|
||||||
mr: "10px",
|
mr: "10px",
|
||||||
height: "calc(100% - 20px)",
|
height: "calc(100% - 68px)",
|
||||||
overflowY: "auto",
|
overflowY: "auto",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
@ -56,9 +56,9 @@ const RulesPage = () => {
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
height="calc(100% - 70px)"
|
height="calc(100% - 65px)"
|
||||||
sx={{
|
sx={{
|
||||||
margin: "12px",
|
margin: "10px",
|
||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
bgcolor: isDark ? "#282a36" : "#ffffff",
|
bgcolor: isDark ? "#282a36" : "#ffffff",
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -134,7 +134,7 @@ const TestPage = () => {
|
||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
pt: 1,
|
pt: 1.25,
|
||||||
mb: 0.5,
|
mb: 0.5,
|
||||||
px: "10px",
|
px: "10px",
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user