Added some padding at the bottom of the page so the device statistics don't get covered by the footer
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-10-31 14:38:34 -04:00
parent ae155b2d7e
commit d2d6317b4e
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ $tab-bar-height: 50px
body body
margin: 0 margin: 0
padding: $tab-bar-height 0 0 padding: $tab-bar-height 0 90px
background: white background: white
font-size: 18px font-size: 18px
@ -132,6 +132,7 @@ table.hardware-info
bottom: 0 bottom: 0
padding-top: 25px padding-top: 25px
padding-bottom: 25px padding-bottom: 25px
background: white
border-top: 1px solid #999 border-top: 1px solid #999
font-size: 16px font-size: 16px

View File

@ -6,7 +6,7 @@ function createWindow () {
// Create the browser window. // Create the browser window.
const mainWindow = new BrowserWindow({ const mainWindow = new BrowserWindow({
width: 800, width: 800,
height: 600, height: 700,
webPreferences: { webPreferences: {
nodeIntegration: true, nodeIntegration: true,
contextIsolation: false, contextIsolation: false,