mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +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) {
|
export default function Aside(props: any) {
|
||||||
return (
|
return (
|
||||||
<MantineAside
|
<MantineAside
|
||||||
|
pr="md"
|
||||||
hiddenBreakpoint="md"
|
hiddenBreakpoint="md"
|
||||||
hidden
|
hidden
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ import {
|
|||||||
} from '@mantine/core';
|
} from '@mantine/core';
|
||||||
import { AlertCircle, BrandGithub } from 'tabler-icons-react';
|
import { AlertCircle, BrandGithub } from 'tabler-icons-react';
|
||||||
import { CURRENT_VERSION, REPO_URL } from '../../../data/constants';
|
import { CURRENT_VERSION, REPO_URL } from '../../../data/constants';
|
||||||
|
import { ModuleWrapper } from '../modules/moduleWrapper';
|
||||||
|
import { DownloadsModule } from '../modules';
|
||||||
|
|
||||||
const useStyles = createStyles((theme) => ({
|
const useStyles = createStyles((theme) => ({
|
||||||
footer: {
|
footer: {
|
||||||
|
|||||||
Reference in New Issue
Block a user