2 Commits

Author SHA1 Message Date
gballan e8bf1e0d81 Fixed sizing issue with the footer
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-12 19:31:51 -04:00
gballan a8c5f3a694 Set minimum window size 2023-04-12 19:31:24 -04:00
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ button
max-width: 1024px
.container.fluid
width: 100%
max-width: 100%
margin: 0
+2
View File
@@ -7,6 +7,8 @@ function createWindow () {
const mainWindow = new BrowserWindow({
width: 800,
height: 700,
minWidth: 725,
minHeight: 600,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,