1
0
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:
Isaiah Inuwa
2025-11-24 13:50:49 -06:00
parent 1c81932d01
commit 926168e97e

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 = 620;
const popupHeight = 650;
type Position = { x: number; y: number };