mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-15 23:25:48 -07:00
Filter Editor Redesign
This commit is contained in:
@@ -808,8 +808,8 @@ export default function DeviceFilterEditor({ initialFilter, onCancel, onSaved, o
|
|||||||
<Paper
|
<Paper
|
||||||
elevation={0}
|
elevation={0}
|
||||||
sx={{
|
sx={{
|
||||||
minHeight: "100vh",
|
height: "100%",
|
||||||
height: "100vh",
|
minHeight: 0,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
position: "relative",
|
position: "relative",
|
||||||
backgroundColor: "transparent",
|
backgroundColor: "transparent",
|
||||||
@@ -1153,7 +1153,6 @@ export default function DeviceFilterEditor({ initialFilter, onCancel, onSaved, o
|
|||||||
gap: 1.5,
|
gap: 1.5,
|
||||||
flex: 1,
|
flex: 1,
|
||||||
minHeight: 0,
|
minHeight: 0,
|
||||||
pb: 1,
|
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
@@ -1190,7 +1189,6 @@ export default function DeviceFilterEditor({ initialFilter, onCancel, onSaved, o
|
|||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
pb: 1,
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
|
|||||||
Reference in New Issue
Block a user