mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-27 10:30:31 +00:00
fix(cpu-memory-cards): reduce min widths
This commit is contained in:
parent
0dbd05966b
commit
e7ed4bb975
@ -43,7 +43,7 @@ const CPUCard = ({ load }: CPUCardProps) => {
|
||||
|
||||
return (
|
||||
<DashboardCardWrapper
|
||||
style={{ padding: 0, height: '156px', minWidth: '250px' }}
|
||||
style={{ padding: 0, height: '156px', minWidth: '200px' }}
|
||||
isErrorBorder={message === 'Poor'}
|
||||
>
|
||||
<YStack
|
||||
|
@ -45,7 +45,7 @@ const MemoryCard = ({ currentMemory, maxMemory }: MemoryCardProps) => {
|
||||
|
||||
return (
|
||||
<DashboardCardWrapper
|
||||
style={{ padding: 0, height: '156px', minWidth: '250px' }}
|
||||
style={{ padding: 0, height: '156px', minWidth: '200px' }}
|
||||
isErrorBorder={message === 'Poor'}
|
||||
>
|
||||
<YStack
|
||||
|
Loading…
x
Reference in New Issue
Block a user