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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ae155b2d7e
commit
d2d6317b4e
@ -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
|
||||||
|
|
||||||
|
2
main.js
2
main.js
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user