Skip to content

Commit

Permalink
Improve styles
Browse files Browse the repository at this point in the history
Related #17.
  • Loading branch information
zalmoxisus committed Nov 24, 2015
1 parent d3e52c5 commit c6ff506
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/browser/views/devpanel.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ html
head
meta(charset='UTF-8')
title Redux DevTools
include ./includes/style.jade

body
#root
Expand Down
19 changes: 19 additions & 0 deletions src/browser/views/includes/style.jade
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
style.
html {
min-width: 350px;
min-height: 300px;
}
body {
position: fixed;
overflow: hidden;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
#root {
height: 100%;
}
#root > div {
height: 100%;
}
6 changes: 1 addition & 5 deletions src/browser/views/window.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ html
head
meta(charset='UTF-8')
title Redux DevTools
style.
#root {
min-width: 300px;
min-height: 300px;
}
include ./includes/style.jade

body
#root
Expand Down

0 comments on commit c6ff506

Please sign in to comment.