Full screen, lower text below times
This commit is contained in:
parent
025ddb9fd8
commit
989d29826b
|
@ -14,7 +14,8 @@
|
||||||
"128": "res/icon.png"
|
"128": "res/icon.png"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"storage"
|
"storage",
|
||||||
|
"fullscreen"
|
||||||
],
|
],
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"offline_enabled": true
|
"offline_enabled": true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
chrome.app.runtime.onLaunched.addListener(function() {
|
chrome.app.runtime.onLaunched.addListener(function() {
|
||||||
chrome.app.window.create('../scoreboard.html', {
|
chrome.app.window.create('../scoreboard.html', {
|
||||||
//'state': 'fullscreen'
|
'state': 'fullscreen'
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
@ -130,6 +130,7 @@ input[readonly] {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 5em;
|
width: 5em;
|
||||||
margin-left: -2.5em;
|
margin-left: -2.5em;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#periodtext {
|
#periodtext {
|
||||||
|
|
Loading…
Reference in New Issue