mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🧑💻 Address PR comments
This commit is contained in:
@@ -20,7 +20,6 @@ export const useNamedWrapperColumnCount = (): 'small' | 'medium' | 'large' | nul
|
||||
const mainAreaWidth = useGridstackStore((x) => x.mainAreaWidth);
|
||||
if (!mainAreaWidth) return null;
|
||||
|
||||
// TODO: Calculate rem to pixels using Calc function
|
||||
if (mainAreaWidth >= 1400) return 'large';
|
||||
|
||||
if (mainAreaWidth >= 800) return 'medium';
|
||||
|
||||
Reference in New Issue
Block a user