Skip to content

Commit

Permalink
Onboarding: Readjust CV screen
Browse files Browse the repository at this point in the history
  • Loading branch information
PJColombo committed Jul 18, 2021
1 parent fbbc951 commit 6b6bc61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
import ConvictionTimeChart from './Charts/ConvictionTimeChart'
import ThresholdRequestedChart from './Charts/ThresholdRequestedChart'

const CHART_HEIGHT = '270px'
const CHART_WIDTH = '450px'
const CHART_HEIGHT = '260px'
const CHART_WIDTH = '550px;'

const ConvictionVotingCharts = ({
decay,
Expand All @@ -30,6 +30,7 @@ const ConvictionVotingCharts = ({
<div
css={`
margin-bottom: ${2 * GU}px;
margin-right: ${5 * GU}px;
`}
>
<ConvictionTimeChart
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function ConvictionVotingSettings() {
display: flex;
justify-content: space-between;
margin-left: ${2 * GU}px;
margin-bottom: ${4 * GU}px;
margin-bottom: ${1 * GU}px;
`}
>
<div
Expand Down

0 comments on commit 6b6bc61

Please sign in to comment.