File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 < meta name ="theme-color " content ="#131010 " media ="(prefers-color-scheme: dark) " />
1414 < meta property ="og:image " content ="/social-share.png " />
1515 < meta property ="twitter:image " content ="/social-share.png " />
16- <!-- Theme preload script - applies cached theme to avoid FOUC -->
1716 < script id ="oc-theme-preload-script ">
1817 ; ( function ( ) {
1918 var themeId = localStorage . getItem ( "opencode-theme-id" )
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ render(() => {
198198 return (
199199 < PlatformProvider value = { platform } >
200200 { ostype ( ) === "macos" && (
201- < div class = "bg-background-base border-b border-border-weak-base h-8" data-tauri-drag-region />
201+ < div class = "mx-px bg-background-base border-b border-border-weak-base h-8" data-tauri-drag-region />
202202 ) }
203203 < App />
204204 </ PlatformProvider >
You can’t perform that action at this time.
0 commit comments