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:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user