1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 08:43:54 +00:00

Add more vertical space for modal login screen

This commit is contained in:
Isaiah Inuwa
2025-11-25 11:19:39 -06:00
parent eb055db2c4
commit 4bee21f762

View File

@@ -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 };