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

Respecting user choice on Offers plus removing Edge-specific key from manifest plus fixing vertical blank (GH-1244, GH-1199, GH-1236) #119

Merged
merged 2 commits into from Jul 5, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
Fix for vertical blank (GH-1236)
  • Loading branch information
zarembsky committed Jul 5, 2018
commit 6375745309dd0d3023161f498c0f11dfed3fa0d2
@@ -23,6 +23,7 @@
html body {
margin: 0px;
font-size: 75%;
overflow: hidden;
}
*:focus {outline: none;}

@@ -41,7 +42,6 @@ html body {
background-color: white;
height: 516px;
width: 580px;
overflow: hidden;
margin: 0px;
padding: 0px;
}
ProTip! Use n and p to navigate between commits in a pull request.