mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
💄 Styling and UI changes
This commit is contained in:
@@ -5,6 +5,7 @@ import { ModuleWrapper } from '../modules/moduleWrapper';
|
||||
export default function Aside(props: any) {
|
||||
return (
|
||||
<MantineAside
|
||||
pr="md"
|
||||
hiddenBreakpoint="md"
|
||||
hidden
|
||||
style={{
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user