mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-09 04:29:09 +03:00
fixed sizing
This commit is contained in:
@@ -693,8 +693,8 @@ export class PopupController {
|
||||
chrome.windows.create({
|
||||
url: chrome.runtime.getURL('list-manager/list-manager.html'),
|
||||
type: 'popup',
|
||||
width: 800,
|
||||
height: 600,
|
||||
width: 1280,
|
||||
height: 700,
|
||||
focused: true
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user