mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-07 05:55:48 +01:00
💄 Improve minor styles
This commit is contained in:
@@ -122,7 +122,7 @@ export function SettingsMenuButton(props: any) {
|
|||||||
</Modal>
|
</Modal>
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
variant="default"
|
variant="default"
|
||||||
radius="xl"
|
radius="md"
|
||||||
size="xl"
|
size="xl"
|
||||||
color="blue"
|
color="blue"
|
||||||
style={props.style}
|
style={props.style}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import Navbar from './Navbar';
|
|||||||
const useStyles = createStyles((theme) => ({
|
const useStyles = createStyles((theme) => ({
|
||||||
main: {
|
main: {
|
||||||
[theme.fn.largerThan('md')]: {
|
[theme.fn.largerThan('md')]: {
|
||||||
maxWidth: 1200,
|
maxWidth: 1500,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user