Skip to content

Commit

Permalink
tip to save screenshots in ff
Browse files Browse the repository at this point in the history
  • Loading branch information
ondras committed Oct 1, 2019
1 parent 3d418c5 commit bbc792e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
My Mind
=======
# My Mind

![Screenshot](screenshot.png)

Expand Down
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ ul {
content: "Tip: ";
}

#tip code {
padding: 0 4px;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.1);
}

#tip.hidden {
opacity: 0;
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
</head>
<body>
<ul id="port">
<div id="tip">Press ‘Tab’ to Insert Child, ‘Enter’ to Insert Sibling Node. For more tips/news, follow <a href="https://twitter.com/my_mind_app">@my_mind_app</a>.</div>
<div id="tip">Type <code>:screenshot --selector .item</code> in Firefox Console to save the Map as an image! For more tips/news, follow <a href="https://twitter.com/my_mind_app">@my_mind_app</a>.</div>
<!-- <div id="tip">Press ‘Tab’ to Insert Child, ‘Enter’ to Insert Sibling Node. For more tips/news, follow <a href="https://twitter.com/my_mind_app">@my_mind_app</a>.</div> -->
</ul>

<div class="ui">
Expand Down

0 comments on commit bbc792e

Please sign in to comment.