Skip to content

Commit

Permalink
Add clipboard tip. Change styles slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
clupasq committed Jul 26, 2021
1 parent 3269882 commit ab28917
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@
</div>
</form>

<br />
<br />
<hr />
Current H3 resolution: <b>{{ currentH3Res }}</b>
<hr />
<small class="text-muted">Tip: Clicking an H3 cell will copy its id to the clipboard.</small>
</div>

</div>
Expand Down
7 changes: 1 addition & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,15 @@ html, body {
.toolbox {
position: fixed;
width: 250px;
height: 200px;
top: 16px;
right: 16px;
border: 1px solid #ccc;
background-color: #fff;
opacity: 0.7;
opacity: 0.85;
z-index: 1000;
padding: 16px;
}

.toolbox input {
width: 100%;
}

.h3Text {
font-size: 16pt;
font-weight: bold;
Expand Down

0 comments on commit ab28917

Please sign in to comment.