mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
adjustments for edge 18 workarounds
This commit is contained in:
@@ -56,8 +56,8 @@ export class PopOutComponent implements OnInit {
|
||||
chrome.windows.create({
|
||||
url: href,
|
||||
type: 'popup',
|
||||
width: bodyRect.width + 60,
|
||||
height: bodyRect.height,
|
||||
width: bodyRect.width ? bodyRect.width + 60 : 375,
|
||||
height: bodyRect.height || 600,
|
||||
});
|
||||
|
||||
if (this.popupUtilsService.inPopup(window)) {
|
||||
|
||||
Reference in New Issue
Block a user