fixed sizing

This commit is contained in:
2026-02-05 16:48:53 +03:00
parent cdb2937e63
commit caaeca6a88
5 changed files with 257 additions and 107 deletions

View File

@@ -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
});
}