diff --git a/web/index.html b/web/index.html index 51965907..b2d4194b 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,7 @@ - + Memos diff --git a/web/src/components/HomeSidebarDrawer.tsx b/web/src/components/HomeSidebarDrawer.tsx index 298bcf58..266a7d06 100644 --- a/web/src/components/HomeSidebarDrawer.tsx +++ b/web/src/components/HomeSidebarDrawer.tsx @@ -26,7 +26,7 @@ const HomeSidebarDrawer = () => { -
+
diff --git a/web/src/components/NavigationDrawer.tsx b/web/src/components/NavigationDrawer.tsx index d0a11c29..96332408 100644 --- a/web/src/components/NavigationDrawer.tsx +++ b/web/src/components/NavigationDrawer.tsx @@ -26,7 +26,7 @@ const NavigationDrawer = () => { -
+
diff --git a/web/src/css/global.css b/web/src/css/global.css index 6602bbab..ae89cae7 100644 --- a/web/src/css/global.css +++ b/web/src/css/global.css @@ -1,5 +1,5 @@ body { - @apply text-base w-full min-h-[100svh] p-0 m-0 bg-zinc-100 dark:bg-zinc-900; + @apply text-base w-full min-h-[100svh] bg-zinc-100 dark:bg-zinc-900; } #root {