aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src/app
diff options
context:
space:
mode:
authorYash <[email protected]>2024-04-02 17:56:39 +0000
committerYash <[email protected]>2024-04-02 17:56:39 +0000
commit3b07a9ecc9d8dee2f99fb3cdbadf4fa5fd091a8f (patch)
tree46104715be5c0de9b46b103a3b3f0784b87ee342 /apps/web/src/app
parentresponsiveness and phone memory drawer (diff)
downloadsupermemory-3b07a9ecc9d8dee2f99fb3cdbadf4fa5fd091a8f.tar.xz
supermemory-3b07a9ecc9d8dee2f99fb3cdbadf4fa5fd091a8f.zip
responsiveness
Diffstat (limited to 'apps/web/src/app')
-rw-r--r--apps/web/src/app/layout.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx
index 5b2ced94..33f38293 100644
--- a/apps/web/src/app/layout.tsx
+++ b/apps/web/src/app/layout.tsx
@@ -17,6 +17,10 @@ export default function RootLayout({
return (
<html lang="en">
<body className={roboto.className}>
+ <div
+ id="d"
+ className="fixed left-0 top-0 h-[5px] w-screen bg-red-500"
+ ></div>
<div vaul-drawer-wrapper="" className="min-w-screen overflow-x-hidden">
{children}
</div>