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.
2 parents c8e07ff + a65150a commit 96a92c1Copy full SHA for 96a92c1
assets/css/nav.css
@@ -119,7 +119,8 @@
119
.nav-footer-button {
120
display: block;
121
width: 100%;
122
- margin-bottom: 1em;
+ padding: 0;
123
+ margin-bottom: .75rem;
124
line-height: 2;
125
text-align: left;
126
font: inherit;
main.js
@@ -23,7 +23,7 @@ function initialize () {
23
var windowOptions = {
24
width: 1080,
25
minWidth: 680,
26
- height: 800
+ height: 840
27
}
28
if (process.platform === 'linux') {
29
windowOptions.icon = path.join(__dirname, '/assets/app-icon/png/512.png')
0 commit comments