We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48faad4 commit e1a13d1Copy full SHA for e1a13d1
1 file changed
src/ui/EmptyState.tsx
@@ -63,12 +63,11 @@ export const EmptyState = () => {
63
alignItems: "center",
64
height: "100%",
65
color: "#d9d9d9",
66
- padding: "3rem 2rem",
67
overflowY: "auto",
68
fontFamily: token.fontFamily
69
}}
70
>
71
- <Space direction="vertical" size="large" align="center" style={{ width: "100%" }}>
+ <Space direction="vertical" size="large" align="center" style={{ padding: "2rem", margin: "auto" }}>
72
<img
73
src="/assets/mcsrc_favicon.svg"
74
alt="mcsrc logo"
@@ -84,7 +83,6 @@ export const EmptyState = () => {
84
83
85
textAlign: "center",
86
fontWeight: "500",
87
- maxWidth: "700px"
88
}}>
89
mcsrc.dev is a browser-based tool for viewing decompiled Minecraft Java Edition source code
90
</Paragraph>
0 commit comments