Skip to content

Commit

Permalink
fix: more styles (microsoft#18)
Browse files Browse the repository at this point in the history
* fix: touch target size

* fix: header styles and footer loading
  • Loading branch information
arjunattam authored Aug 5, 2020
1 parent 42d504c commit 94fa6fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ window.addEventListener('DOMContentLoaded', async() => {
documentationView.focus();
await glossaryItem.highlight();

// const selectedNav = glossaryItem
// Unhide footer after content is loaded
footerElement.style.display = 'block';
});
}, false);

Expand Down
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ my-button {
background-color: #434449;
font-size: 14px;
position: relative;
display: none;
}
.footer {
margin: 50px auto 0;
Expand Down

0 comments on commit 94fa6fc

Please sign in to comment.