🎨 Tighten up sidebars

This commit is contained in:
ajnart
2023-01-19 11:13:03 +09:00
parent 0dc8f24306
commit 3481fef3eb
3 changed files with 2 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ export const DashboardView = () => {
const { isReady, mainAreaRef } = usePrepareGridstack();
return (
<Group align="top" h="100%">
<Group align="top" h="100%" spacing="xs">
{sidebarsVisible.isLoading ? (
<Center w="100%">
<Loader />