diff --git a/web/src/components/DemoBanner.tsx b/web/src/components/DemoBanner.tsx index c7e286a5..f69cd42b 100644 --- a/web/src/components/DemoBanner.tsx +++ b/web/src/components/DemoBanner.tsx @@ -23,7 +23,7 @@ const DemoBanner: React.FC = () => { if (!state.show) return null; return ( -
+
✨ A lightweight, self-hosted memo hub. Open Source and Free forever. ✨ diff --git a/web/src/css/global.css b/web/src/css/global.css index 044f05b0..7fc0f1dc 100644 --- a/web/src/css/global.css +++ b/web/src/css/global.css @@ -1,8 +1,11 @@ -html, +html { + @apply w-full h-full p-0 m-0; +} + body { - @apply text-base w-full min-h-full bg-zinc-100 dark:bg-zinc-800; + @apply text-base w-full min-h-full p-0 m-0 bg-zinc-100 dark:bg-zinc-800; } #root { - @apply w-full h-auto overflow-auto; + @apply w-full min-h-full overflow-auto; } diff --git a/web/src/layouts/Root.tsx b/web/src/layouts/Root.tsx index d9ce55fc..97890e50 100644 --- a/web/src/layouts/Root.tsx +++ b/web/src/layouts/Root.tsx @@ -8,16 +8,16 @@ function Root() { return (
-
- -
{sm && (
)} -
+
+
+ +