Skip to content

Commit 96a92c1

Browse files
committed
Merge pull request electron#174 from electron/hide-scrollbar
Hide navigation scrollbar
2 parents c8e07ff + a65150a commit 96a92c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/css/nav.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@
119119
.nav-footer-button {
120120
display: block;
121121
width: 100%;
122-
margin-bottom: 1em;
122+
padding: 0;
123+
margin-bottom: .75rem;
123124
line-height: 2;
124125
text-align: left;
125126
font: inherit;

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function initialize () {
2323
var windowOptions = {
2424
width: 1080,
2525
minWidth: 680,
26-
height: 800
26+
height: 840
2727
}
2828
if (process.platform === 'linux') {
2929
windowOptions.icon = path.join(__dirname, '/assets/app-icon/png/512.png')

0 commit comments

Comments
 (0)