mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix(developer): fixed height issue in dev tab
This commit is contained in:
@@ -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" }}>
|
||||
|
||||
Reference in New Issue
Block a user