mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 07:03:30 +00:00
fix design of calendar button
This commit is contained in:
parent
e749ecc76e
commit
2a9f4d9b63
@ -34,7 +34,7 @@ const LineChart = ({ years, userGains }: LineChartProps) => {
|
||||
},
|
||||
}
|
||||
|
||||
return <Line options={data.options} data={data} style={{ width: 'max-content' }} />
|
||||
return <Line options={data.options} data={data} />
|
||||
}
|
||||
|
||||
export default LineChart
|
||||
|
@ -17,7 +17,7 @@ import MemoryCard from './MemoryCard/MemoryCard'
|
||||
|
||||
const Dashboard = () => {
|
||||
return (
|
||||
<YStack minHeight={'100vh'} maxWidth={'100vw'}>
|
||||
<YStack maxHeight={'100vh'} maxWidth={'100vw'}>
|
||||
<XStack justifyContent={'space-between'}>
|
||||
<LeftSidebar />
|
||||
|
||||
@ -25,7 +25,7 @@ const Dashboard = () => {
|
||||
space={'$4'}
|
||||
alignItems="start"
|
||||
px="24px"
|
||||
style={{ flexGrow: '1', marginTop: '16px' }}
|
||||
style={{ flexGrow: '1', marginTop: '16px', overflowY: 'scroll' }}
|
||||
>
|
||||
<TitleLogo />
|
||||
<XStack space={'$4'} justifyContent={'space-between'} width={'100%'}>
|
||||
@ -62,8 +62,8 @@ const Dashboard = () => {
|
||||
</YStack>
|
||||
|
||||
<RightSidebar />
|
||||
</XStack>
|
||||
</YStack>
|
||||
</XStack >
|
||||
</YStack >
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user