mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-15 00:35:47 -07:00
Fixed Device List Margins
This commit is contained in:
@@ -1560,7 +1560,7 @@ export default function DeviceList({
|
|||||||
}}
|
}}
|
||||||
elevation={0}
|
elevation={0}
|
||||||
>
|
>
|
||||||
<Box sx={{ position: "relative", zIndex: 1, p: { xs: 2, md: 3 }, pb: 2 }}>
|
<Box sx={{ position: "relative", zIndex: 1, p: { xs: 2, md: 0 }, pb: 2 }}>
|
||||||
<Box sx={{ borderRadius: 0, border: 'none', background: 'transparent', boxShadow: 'none',
|
<Box sx={{ borderRadius: 0, border: 'none', background: 'transparent', boxShadow: 'none',
|
||||||
p: { xs: 2, md: 3 },
|
p: { xs: 2, md: 3 },
|
||||||
display: "flex",
|
display: "flex",
|
||||||
|
|||||||
Reference in New Issue
Block a user