mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-10 10:46:26 +02:00
Fixed layout
This commit is contained in:
parent
8dee372884
commit
5e1ace873c
1 changed files with 22 additions and 25 deletions
|
@ -6,7 +6,6 @@ import {
|
||||||
VisuallyHidden
|
VisuallyHidden
|
||||||
} from "@mantine/core";
|
} from "@mantine/core";
|
||||||
import { theme } from "./theme";
|
import { theme } from "./theme";
|
||||||
import classes from './App.module.css';
|
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
const changes = [
|
const changes = [
|
||||||
|
@ -290,8 +289,7 @@ export default function App() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<MantineProvider theme={theme} forceColorScheme={date.getHours() >= 7 && date.getHours() <= 19 ? "light" : "dark"}>
|
<MantineProvider theme={theme} forceColorScheme={date.getHours() >= 7 && date.getHours() <= 19 ? "light" : "dark"}>
|
||||||
<Container>
|
<Container my={'xl'}>
|
||||||
<Flex align={'center'} justify={'center'} h={'100vh'}>
|
|
||||||
<Stack>
|
<Stack>
|
||||||
<Anchor href='https://twitter.com/antique_codes' ta={'center'} target='_blank'>
|
<Anchor href='https://twitter.com/antique_codes' ta={'center'} target='_blank'>
|
||||||
@antique_codes
|
@antique_codes
|
||||||
|
@ -341,14 +339,13 @@ export default function App() {
|
||||||
<Title order={2}>
|
<Title order={2}>
|
||||||
Changes
|
Changes
|
||||||
</Title>
|
</Title>
|
||||||
<Accordion classNames={classes} radius={'lg'} variant="contained">
|
<Accordion radius={'lg'} variant="contained">
|
||||||
{items}
|
{items}
|
||||||
</Accordion>
|
</Accordion>
|
||||||
<Text c={'red'}>
|
<Text c={'red'}>
|
||||||
Please backup and delete all folders within the Sudachi directory, this will fix the downloadable content and updates issue
|
Please backup and delete all folders within the Sudachi directory, this will fix the downloadable content and updates issue
|
||||||
</Text>
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Flex>
|
|
||||||
</Container>
|
</Container>
|
||||||
</MantineProvider>
|
</MantineProvider>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue