mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 19:34:02 +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;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
height: 50px;
|
||||
height: 45px;
|
||||
line-height: 60px;
|
||||
width: calc(100% - 8px);
|
||||
position: absolute;
|
||||
|
@ -203,7 +203,7 @@ input[type=button].naked:active {
|
|||
font-size: 60px;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
bottom: 15px;
|
||||
bottom: 12px;
|
||||
color: #00b4ef;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
|
@ -232,7 +232,7 @@ function handleCaptureSetting(setting) {
|
|||
window.onload = function () {
|
||||
// Uncomment the line below to test functionality in a browser.
|
||||
// See definition of "testInBrowser()" to modify tests.
|
||||
testInBrowser(false);
|
||||
//testInBrowser(false);
|
||||
openEventBridge(function () {
|
||||
// Set up a handler for receiving the data, and tell the .js we are ready to receive it.
|
||||
EventBridge.scriptEventReceived.connect(function (message) {
|
||||
|
|
Loading…
Reference in a new issue