File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ export default function openDevToolsWindow(position) {
4141 params . left = window . screen . availLeft + window . screen . availWidth - params . width ;
4242 break ;
4343 case 'devtools-bottom' :
44- params . height = 350 ;
45- params . top = window . screen . availHeight - params . height ;
44+ params . height = 420 ;
45+ params . top = window . screen . height - params . height ;
4646 params . width = window . screen . availWidth ;
4747 break ;
4848 case 'devtools-panel' :
Original file line number Diff line number Diff line change 11doctype html
22
33html
4- head
5- meta( charset ='UTF-8' )
6- title Redux DevTools
7- include ./includes/style.jade
4+ head
5+ meta( charset ='UTF-8' )
6+ title Redux DevTools
7+ include ./includes/style.jade
8+ style .
9+ html {
10+ min-height : 100px ;
11+ }
812
9- body
10- #root
11- script( src ='/js/devpanel.bundle.js' )
13+ body
14+ #root
15+ script( src ='/js/devpanel.bundle.js' )
You can’t perform that action at this time.
0 commit comments