mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
Add some more vertical space to modal for email verification page
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 = 620;
|
||||
const popupHeight = 650;
|
||||
|
||||
type Position = { x: number; y: number };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user