diff options
| author | Adam <[email protected]> | 2026-01-15 07:22:43 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-15 07:29:13 -0600 |
| commit | e5973e2860921a33c737718bd1a515a6cc7190b5 (patch) | |
| tree | d0f5129aaceb51e5740e0512ecf12ce263b0a610 /packages/app | |
| parent | dbd1987f0a3fd4272f4ab9dc42b4342c6081db4f (diff) | |
| download | opencode-e5973e2860921a33c737718bd1a515a6cc7190b5.tar.gz opencode-e5973e2860921a33c737718bd1a515a6cc7190b5.zip | |
chore: cleanup
Diffstat (limited to 'packages/app')
| -rw-r--r-- | packages/app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/index.html b/packages/app/index.html index a8d663454..450807a42 100644 --- a/packages/app/index.html +++ b/packages/app/index.html @@ -17,7 +17,7 @@ </head> <body class="antialiased overscroll-none text-12-regular overflow-hidden"> <noscript>You need to enable JavaScript to run this app.</noscript> - <div id="root" class="flex flex-col h-dvh"></div> + <div id="root" class="flex flex-col h-dvh p-px"></div> <script src="/src/entry.tsx" type="module"></script> </body> </html> |
