Skip to content

Commit

Permalink
fix: 优化窗体
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ngjie committed Nov 13, 2023
1 parent 4573107 commit e005a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shell-chrome/src/service-worker/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export async function createPanel() {
url: "panels/index.html",
type: "popup",
width: 1300,
height: 800,
top: 100,
height: 750,
top: 30,
left: 150,
},
function (target) {
Expand Down

0 comments on commit e005a2b

Please sign in to comment.