Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP new_installer #333

Merged
merged 12 commits into from
May 16, 2019
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
dist

npm-debug.log
*.sqlite3
6 changes: 0 additions & 6 deletions app/html/app.mcss
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
App {
background: var(--app-border-background)
position: absolute

top: 0
bottom: 0
left: 0
right: 0

overflow: hidden

Expand Down
8 changes: 8 additions & 0 deletions app/styles/css/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ body {
font-size: 14px;
line-height: 1.4;
color: #222;

margin: 0;

position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

body::before {
Expand Down
Binary file added build/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/dmg-icon.icns
Binary file not shown.
Binary file added build/icon.icns
Binary file not shown.
Binary file added build/icon.ico
Binary file not shown.
Loading