diff --git a/electron/main.ts b/electron/main.ts index 622078d..656f1ac 100644 --- a/electron/main.ts +++ b/electron/main.ts @@ -12,6 +12,9 @@ function createWindow() { webPreferences: { preload: path.join(__dirname, "preload.js"), }, + vibrancy: "under-window", + titleBarStyle: "hidden", + frame: false, }); if (process.env.VITE_DEV_SERVER_URL) { diff --git a/src/App.tsx b/src/App.tsx index 7476b29..288c3ba 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -82,7 +82,12 @@ function App() { return (
- +
- + diff --git a/src/components/thread-item.tsx b/src/components/thread-item.tsx index f776df9..44cb17f 100644 --- a/src/components/thread-item.tsx +++ b/src/components/thread-item.tsx @@ -36,7 +36,7 @@ export function ThreadItem({ thread, isSelected, onThreadClick }: ThreadItemProp return (