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