💄 Styling and UI changes

This commit is contained in:
ajnart
2022-05-26 18:13:23 +02:00
parent c044da2b55
commit d4168dcdf4
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import { ModuleWrapper } from '../modules/moduleWrapper';
export default function Aside(props: any) {
return (
<MantineAside
pr="md"
hiddenBreakpoint="md"
hidden
style={{

View File

@@ -11,6 +11,8 @@ import {
} from '@mantine/core';
import { AlertCircle, BrandGithub } from 'tabler-icons-react';
import { CURRENT_VERSION, REPO_URL } from '../../../data/constants';
import { ModuleWrapper } from '../modules/moduleWrapper';
import { DownloadsModule } from '../modules';
const useStyles = createStyles((theme) => ({
footer: {