Skip to content

Commit

Permalink
ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Jan 8, 2024
1 parent 465e969 commit e8050dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/panels/analysis/AnalysisPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function AnalysisPanel({
{loadedEngines.length > 1 && (
<Paper withBorder p="xs" flex={1}>
<Group w="100%">
<Stack w="8rem">
<Stack w="6rem" gap="xs">
<Text ta="center" fw="bold">
Summary
</Text>
Expand Down Expand Up @@ -254,7 +254,7 @@ function EngineSummary({
const score = curEval ? curEval[0].score : null;

return (
<Card withBorder c={arrowColors[i].strong}>
<Card withBorder c={arrowColors[i].strong} p="xs">
<Stack gap="xs" align="center">
<Text
fw="bold"
Expand Down

0 comments on commit e8050dd

Please sign in to comment.