Skip to content

Commit 4be9ddc

Browse files
author
Robin Jullian
committed
fix settings view
1 parent a764896 commit 4be9ddc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ webview {
2222

2323
#settings {
2424
visibility: hidden;
25+
background-color: white;
26+
z-index: 99999;
2527
}
2628

2729
.btn-bar {

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"electron-localshortcut": "^3.1.0",
2828
"electron-squirrel-startup": "^1.0.0",
2929
"electron-updater": "^2.20.1",
30-
"favicon": "0.0.2",
3130
"lowdb": "^1.0.0",
3231
"menubar": "^5.2.3",
3332
"os-locale": "^2.1.0",
@@ -64,4 +63,4 @@
6463
"category": "public.app-category.productivity"
6564
}
6665
}
67-
}
66+
}

0 commit comments

Comments
 (0)