mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 00:45:47 +01:00
Fix module min sizes
This commit is contained in:
@@ -39,8 +39,8 @@ const definition = defineWidget({
|
||||
options: {},
|
||||
component: UseNetTile,
|
||||
gridstack: {
|
||||
minWidth: 4,
|
||||
minHeight: 5,
|
||||
minWidth: 2,
|
||||
minHeight: 3,
|
||||
maxWidth: 12,
|
||||
maxHeight: 12,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user