mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:41:10 +02:00
ShareBarHeight-= 5px; Remove test call
This commit is contained in:
parent
5b168301bc
commit
d295b5a69d
2 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@ input[type=button].naked:active {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 50px;
|
height: 45px;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
width: calc(100% - 8px);
|
width: calc(100% - 8px);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -203,7 +203,7 @@ input[type=button].naked:active {
|
||||||
font-size: 60px;
|
font-size: 60px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
bottom: 15px;
|
bottom: 12px;
|
||||||
color: #00b4ef;
|
color: #00b4ef;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -232,7 +232,7 @@ function handleCaptureSetting(setting) {
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
// Uncomment the line below to test functionality in a browser.
|
// Uncomment the line below to test functionality in a browser.
|
||||||
// See definition of "testInBrowser()" to modify tests.
|
// See definition of "testInBrowser()" to modify tests.
|
||||||
testInBrowser(false);
|
//testInBrowser(false);
|
||||||
openEventBridge(function () {
|
openEventBridge(function () {
|
||||||
// Set up a handler for receiving the data, and tell the .js we are ready to receive it.
|
// Set up a handler for receiving the data, and tell the .js we are ready to receive it.
|
||||||
EventBridge.scriptEventReceived.connect(function (message) {
|
EventBridge.scriptEventReceived.connect(function (message) {
|
||||||
|
|
Loading…
Reference in a new issue