commit: | 36ee32887cb883fd1cae6f2af50cc4f3f4a8000b |
author: | Chip Black |
committer: | Chip Black |
date: | Thu Oct 22 00:11:53 2015 -0500 |
parents: | 9f2733f1cc454f5a4308dc8204063b4e507d8407 |
diff --git a/src/style.css b/src/style.css line changes: +2/-1 index 423fd40..068b8a7 --- a/src/style.css +++ b/src/style.css
@@ -81,9 +81,10 @@ button.active { } .viewport canvas#pixelEditor { - flex: 0 0 0; margin: 4px; border: 1px solid white; + width: calc(100vh - 10px); + height: calc(100vh - 10px); } .tools2 {