From 4bee21f7626082b5d2cd224d120ca19a175f58db Mon Sep 17 00:00:00 2001 From: Isaiah Inuwa Date: Tue, 25 Nov 2025 11:19:39 -0600 Subject: [PATCH] Add more vertical space for modal login screen --- apps/desktop/src/platform/popup-modal-styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/platform/popup-modal-styles.ts b/apps/desktop/src/platform/popup-modal-styles.ts index 9e5e88a03f2..baf902df7c3 100644 --- a/apps/desktop/src/platform/popup-modal-styles.ts +++ b/apps/desktop/src/platform/popup-modal-styles.ts @@ -4,7 +4,7 @@ import { WindowState } from "./models/domain/window-state"; // change as needed, however limited by mainwindow minimum size const popupWidth = 600; -const popupHeight = 650; +const popupHeight = 660; type Position = { x: number; y: number };