Minor UI fixes (#3366)
* Added same spacing as CPU graph to RAM graph * Have the "New Database" button be on the right when on mobile
This commit is contained in:
parent
482293578a
commit
b79d6e9e64
3 changed files with 4 additions and 4 deletions
|
@ -96,7 +96,7 @@ export default () => {
|
|||
|
||||
setCpu(
|
||||
new Chart(node.getContext('2d')!, chartDefaults({
|
||||
callback: (value) => `${value}%`,
|
||||
callback: (value) => `${value}% `,
|
||||
})),
|
||||
);
|
||||
}, []);
|
||||
|
|
Reference in a new issue