diff options
| author | Yash <[email protected]> | 2024-04-02 17:56:39 +0000 |
|---|---|---|
| committer | Yash <[email protected]> | 2024-04-02 17:56:39 +0000 |
| commit | 3b07a9ecc9d8dee2f99fb3cdbadf4fa5fd091a8f (patch) | |
| tree | 46104715be5c0de9b46b103a3b3f0784b87ee342 /apps/web/src/app | |
| parent | responsiveness and phone memory drawer (diff) | |
| download | supermemory-3b07a9ecc9d8dee2f99fb3cdbadf4fa5fd091a8f.tar.xz supermemory-3b07a9ecc9d8dee2f99fb3cdbadf4fa5fd091a8f.zip | |
responsiveness
Diffstat (limited to 'apps/web/src/app')
| -rw-r--r-- | apps/web/src/app/layout.tsx | 4 |
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> |