fix(developer): fixed height issue in dev tab

This commit is contained in:
trashtemp
2021-12-28 17:06:04 +01:00
parent 72037f87a0
commit 9a8db59ddc
3 changed files with 6 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ export default function Developer() {
return (
<div>
<PageHeader icon={<Wrench size="24" />}>Developer Tab</PageHeader>
<div style={{ padding: "16px" }}>
<div style={{ padding: "16px", paddingTop: "56px" }}>
<PaintCounter always />
</div>
<div style={{ padding: "16px" }}>