feat(desktop): lower window minWidth 900→400

Lets the window shrink to a narrow rail (e.g. for the collapsed
hover-reveal sidebar) instead of being floored at 900px.
This commit is contained in:
Brooklyn Nicholson
2026-06-07 20:26:26 -05:00
parent faad03530c
commit aa89205627
+1 -1
View File
@@ -4614,7 +4614,7 @@ function createWindow() {
mainWindow = new BrowserWindow({
width: 1220,
height: 800,
minWidth: 900,
minWidth: 400,
minHeight: 620,
title: 'Hermes',
// Frameless title bar on every platform so the renderer can paint the