mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
fix(app): new layout issues
This commit is contained in:
parent
679270d9e0
commit
564d3edfac
4 changed files with 113 additions and 31 deletions
|
|
@ -319,9 +319,6 @@ render(() => {
|
|||
return (
|
||||
<PlatformProvider value={platform}>
|
||||
<AppBaseProviders>
|
||||
{ostype() === "macos" && (
|
||||
<div class="mx-px bg-background-base border-b border-border-weak-base h-8" data-tauri-drag-region />
|
||||
)}
|
||||
<ServerGate>
|
||||
{(data) => {
|
||||
setServerPassword(data().password)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue