We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a763e0 commit 50b7e2fCopy full SHA for 50b7e2f
src/index.css
@@ -329,7 +329,8 @@ img.headericon {
329
position: absolute;
330
right: 0;
331
bottom: 0;
332
- width: 35%;
+ max-height: 100%;
333
+ max-width: 35%;
334
}
335
336
.twocolumns {
src/main.js
@@ -28,7 +28,7 @@ const createWindow = () => {
28
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY,
29
nodeIntegration: true,
30
contextIsolation: false,
31
- devTools: false // enable chrome developer tools (when pressing ctrl-shift-i)
+ devTools: true // enable chrome developer tools (when pressing ctrl-shift-i)
32
},
33
});
34
0 commit comments