diff --git a/.gitignore b/.gitignore index dea606f..1a9d952 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ docs/_site/ docs/.jekyll-cache/ docs/.jekyll-metadata .vite/ +.claude diff --git a/desktop/splash/index.html b/desktop/splash/index.html index 235058f..ce8ed8a 100644 --- a/desktop/splash/index.html +++ b/desktop/splash/index.html @@ -19,6 +19,17 @@ user-select: none; -webkit-user-select: none; } + /* Draggable strip under the macOS overlay title bar (the main window uses + titleBarStyle:Overlay), so the splash window can be moved while the + local server starts. Transparent and harmless on other platforms. */ + .drag-strip { + position: fixed; + top: 0; + left: 0; + right: 0; + height: 28px; + z-index: 10; + } .wrap { height: 100%; display: flex; @@ -62,7 +73,8 @@
-