Skip to content

Commit c3fa157

Browse files
committed
Increase window width
1 parent cb8232c commit c3fa157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/browser/extension/background/openWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function openDevToolsWindow(position) {
3434
});
3535
}
3636

37-
let params = { left: 0, top: 0, width: 340, height: window.screen.availHeight };
37+
let params = { left: 0, top: 0, width: 350, height: window.screen.availHeight };
3838
let url = 'window.html';
3939
switch (position) {
4040
case 'devtools-right':

src/browser/views/includes/style.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
style.
22
html {
3-
min-width: 350px;
3+
min-width: 380px;
44
min-height: 300px;
55
}
66
body {

0 commit comments

Comments
 (0)