style : analysis UI size improvements
This commit is contained in:
@@ -14,7 +14,7 @@ export default function Accuracies() {
|
|||||||
xs={12}
|
xs={12}
|
||||||
justifyContent="center"
|
justifyContent="center"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
columnGap={{ xs: "8vw", sm: 6, md: 8 }}
|
columnGap={{ xs: "8vw", md: 10 }}
|
||||||
>
|
>
|
||||||
<Typography
|
<Typography
|
||||||
align="center"
|
align="center"
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ export default function ReviewPanelBody() {
|
|||||||
color="#27f019"
|
color="#27f019"
|
||||||
height={25}
|
height={25}
|
||||||
/>
|
/>
|
||||||
<Typography variant="h6" align="center">
|
<Typography variant="h6" align="center" lineHeight="25px">
|
||||||
Engine evaluation
|
Engine evaluation
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ export default function EngineSettingsButton() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Tooltip title="Engine settings">
|
<Tooltip title="Engine settings">
|
||||||
<IconButton onClick={() => setOpenDialog(true)}>
|
<IconButton onClick={() => setOpenDialog(true)} sx={{ paddingY: 0.3 }}>
|
||||||
<Icon icon="ri:settings-3-line" height={20} />
|
<Icon icon="ri:settings-3-line" height={20} />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user