Skip to content

Commit

Permalink
size
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Dec 16, 2023
1 parent 8e0307a commit 1da39e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions desktop/src/index.css
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
Arial, sans-serif;
margin: auto;
max-width: 38rem;
padding: 2rem;
}
5 changes: 3 additions & 2 deletions desktop/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ if (require('electron-squirrel-startup')) {
const createWindow = () => {
// Create the browser window.
const mainWindow = new BrowserWindow({
width: 800,
height: 600,
width: 1400,
height: 900,
titleBarStyle: 'hidden',
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
},
Expand Down

0 comments on commit 1da39e8

Please sign in to comment.