mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-17 16:00:50 -04:00
fix(client): heatmap button size (#59576)
This commit is contained in:
@@ -146,6 +146,7 @@ class HeatMapInner extends Component<HeatMapInnerProps, HeatMapInnerState> {
|
||||
/>
|
||||
<ReactTooltip className='react-tooltip' effect='solid' html={true} />
|
||||
<Row className='text-center'>
|
||||
<Spacer size='xs' />
|
||||
<button
|
||||
className='heatmap-nav-btn'
|
||||
disabled={!pages[this.state.pageIndex - 1]}
|
||||
@@ -170,7 +171,7 @@ class HeatMapInner extends Component<HeatMapInnerProps, HeatMapInnerState> {
|
||||
>
|
||||
</button>
|
||||
</Row>
|
||||
<Spacer size='m' />
|
||||
<Spacer size='xs' />
|
||||
</section>
|
||||
</FullWidthRow>
|
||||
);
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
.heatmap-nav-btn {
|
||||
margin: 0 20px;
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.react-calendar-heatmap-month-label {
|
||||
|
||||
Reference in New Issue
Block a user