diff --git a/css/style.css b/css/style.css index 9d541927..326e01a1 100644 --- a/css/style.css +++ b/css/style.css @@ -3,6 +3,7 @@ html, body { padding-top: 28px; padding-bottom: 18px; background-color: #f8f9fa; + overflow: hidden; } .border-10 { diff --git a/index.html b/index.html index 01b91eb2..4a4f8401 100644 --- a/index.html +++ b/index.html @@ -64,61 +64,66 @@ - -
-
-

Load an audio file for analysis by clicking
on File > Open audio file in the top menu.

-
-
-
-
-

-
+ +
+ + +
+
+

Load an audio file for analysis by clicking
on File > Open audio file in the top menu.

+
+
+
+
+

+
- -
-
+ +
+
- -
- -
- - - - + +
+ +
+ + + + +
+
+ + +
+ + + + + + + + + + + + + +
#TimestampCommon nameScientific nameConfidence
-
- -
- - - - - - - - - - - - - -
#TimestampCommon nameScientific nameConfidence
-
+ \ No newline at end of file diff --git a/js/birdnet.js b/js/birdnet.js index 3a3f2796..b59b388f 100644 --- a/js/birdnet.js +++ b/js/birdnet.js @@ -284,6 +284,8 @@ function adjustSpecHeight(redraw) { $( this ).height($('body').height() * 0.40); }); + $('#resultTableContainer').height($('#contentWrapper').height() - $('#specContainer').height() - $('#controlsWrapper').height() - 47); + } function zoomSpecIn() { diff --git a/main.js b/main.js index b2105d40..265bdcec 100644 --- a/main.js +++ b/main.js @@ -25,7 +25,7 @@ function createWindow () { win.loadFile('index.html') // Open the DevTools. - //win.webContents.openDevTools() + win.webContents.openDevTools() // Emitted when the window is closed. win.on('closed', () => {