Skip to content

Commit

Permalink
Merge pull request #333 from ssbc/new_installer
Browse files Browse the repository at this point in the history
WIP new_installer
  • Loading branch information
mixmix authored May 16, 2019
2 parents f598ea6 + 2953eb9 commit 6e716f2
Show file tree
Hide file tree
Showing 14 changed files with 3,118 additions and 334 deletions.
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

0 comments on commit 6e716f2

Please sign in to comment.