diff options
| author | adamelmore <[email protected]> | 2026-01-26 06:24:47 -0600 |
|---|---|---|
| committer | adamelmore <[email protected]> | 2026-01-26 06:24:47 -0600 |
| commit | c4f1087e58cd5a4cbc65f83785dceea366052739 (patch) | |
| tree | dc3bfbda00463fcfd36641ce74fcac581853ab46 | |
| parent | c87232d5dfee75d117f450181457ebf328c6e5c6 (diff) | |
| download | opencode-c4f1087e58cd5a4cbc65f83785dceea366052739.tar.gz opencode-c4f1087e58cd5a4cbc65f83785dceea366052739.zip | |
chore: details
| -rw-r--r-- | packages/desktop/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html index 6a81ef4a5..a5a8c2571 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/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> <div data-tauri-decorum-tb class="w-0 h-0 hidden" /> <script src="/src/index.tsx" type="module"></script> </body> |
