style : analysis card UI rework for desktop

This commit is contained in:
GuillaumeSD
2025-06-02 01:11:38 +02:00
parent 629fccf484
commit f782b55b5a
11 changed files with 117 additions and 109 deletions

View File

@@ -93,14 +93,14 @@ export default function GraphTab(props: GridProps) {
sx={
props.hidden
? { display: "none" }
: { marginY: 1, overflow: "hidden", overflowY: "auto", ...props.sx }
: { overflow: "hidden", overflowY: "auto", ...props.sx }
}
>
<Box
width="max(35rem, 90%)"
maxWidth="100%"
height="max(8rem, 100%)"
maxHeight="15rem"
height="min(8rem, 8vh)"
maxHeight="6rem"
sx={{
backgroundColor: "#2e2e2e",
borderRadius: "15px",