mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
fix: styles for dash. widget
This commit is contained in:
@@ -57,7 +57,7 @@ const useStyles = createStyles((theme, _params) => ({
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
flexWrap: 'wrap',
|
flexWrap: 'wrap',
|
||||||
rowGap: 15,
|
rowGap: 10,
|
||||||
columnGap: 10,
|
columnGap: 10,
|
||||||
},
|
},
|
||||||
iframe: {
|
iframe: {
|
||||||
@@ -214,7 +214,7 @@ export function DashdotComponent() {
|
|||||||
'dark'
|
'dark'
|
||||||
? theme.colors.dark[7]
|
? theme.colors.dark[7]
|
||||||
: theme.colors.gray[0]
|
: theme.colors.gray[0]
|
||||||
).substring(1)}${isCompact ? '&gap=1' : `&gap=5&innerRadius=${theme.radius.md}`}${
|
).substring(1)}${isCompact ? '&gap=10' : '&gap=5'}&innerRadius=${theme.radius.lg}${
|
||||||
graph.params
|
graph.params
|
||||||
? `&${Object.entries(graph.params)
|
? `&${Object.entries(graph.params)
|
||||||
.map(([key, value]) => `${key}=${value.toString()}`)
|
.map(([key, value]) => `${key}=${value.toString()}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user