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

chore: correct <li> styling and make bookmarklet search box responsive #448

Merged
merged 3 commits into from
May 13, 2024
Merged
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
12 changes: 7 additions & 5 deletions bookmarklet/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@
</p>
</div>

<div id="bookmarklet-use">
<h2 class="red underline">Use the bookmarklet on any website</h2>
<ol>
<li>Load any web page, such as a search engine</li>
<li>Click the Keyman Bookmarklet in your Bookmarks toolbar or menu</li>
<li>You may need to wait a second or two for Keyman Bookmarklet to load. Then click in the text field you wish to type into. The Keyman Bookmarklet user interface will appear and you can type in your language</li>
</ol>
<ol>
<li>Load any web page, such as a search engine</li>
<li>Click the Keyman Bookmarklet in your Bookmarks toolbar or menu</li>
<li>You may need to wait a second or two for Keyman Bookmarklet to load. Then click in the text field you wish to type into. The Keyman Bookmarklet user interface will appear and you can type in your language</li>
</ol>
</div>

<h2 class="red underline">Try the bookmarklet</h2>
<p>You can try the Bookmarklet you just installed right here. Click the bookmarklet in the toolbar once to load it. Then
Expand Down
Loading
Loading