mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(client): heatmap button size (#59576)
This commit is contained in:
parent
34c38f3f11
commit
369e0591ac
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user