mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
💄 Large screen gridstack max value to 32 and sidebar gridstack over 13 bug fix (#1339)
* 💄 Large screen gridstack max value to 32 * 🐛 Fix sidebar bug
This commit is contained in:
@@ -78,7 +78,7 @@ export const GridstackConfiguration = () => {
|
||||
pixels: GridstackBreakpoints.large,
|
||||
})}
|
||||
>
|
||||
<Slider min={5} max={20} mt="xs" {...form.getInputProps('columnCountLarge')} />
|
||||
<Slider min={5} max={32} mt="xs" {...form.getInputProps('columnCountLarge')} />
|
||||
</Input.Wrapper>
|
||||
{form.isDirty() && (
|
||||
<Alert variant="light" color="yellow" title="Unsaved changes" my="md">
|
||||
|
||||
Reference in New Issue
Block a user