Skip to content

npm audit and a slight logo alignment tweak #335

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: *

package-all: test package-chrome package-firefox

clean:
Expand Down
4 changes: 2 additions & 2 deletions lib/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
body {
background-image:url(./aws.svg);
background-position: top 15px left 6px;
background-position: top 30px left 6px;
background-size: 60px;
background-repeat: no-repeat;

Expand All @@ -27,7 +27,7 @@
}

h1 {
margin: 15px 10px 0 0;
margin: 30px 10px 0 0;
font-weight: lighter;
font-size: 21px;
color: #2e2e2e;
Expand Down
Loading