merged, because I was an idiot who didn't pull before working

This commit is contained in:
R. Aidan Campbell
2016-05-09 09:12:08 -04:00
7 changed files with 40 additions and 55 deletions

View File

@@ -66,9 +66,9 @@ main {
margin: 3px;
}
#listener {
overflow: hidden;
margin-top: 20px;
border: 1px solid;
overflow: hidden;
margin-top: 0px;
height: 0px;
}
.fullscreen {
height: 100vh !important;

View File

@@ -1,6 +1,8 @@
// just start the app in fullscreen
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('index.html', {
state: "normal",
bounds: {
width: 850, height: 500
}
});
});