mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-14 19:56:23 +00:00
merged, because I was an idiot who didn't pull before working
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user