Skip to content

Commit

Permalink
add bug report button (#530)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Warren <[email protected]>
  • Loading branch information
Shulammite-Aso and jywarren authored Jun 23, 2020
1 parent 95b2478 commit 1a5fe70
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dist/PublicLab.Editor.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
.bug-btn {
color: #f1f1f1;
font-size: 1em;
padding: 0.7em;
border: none;
/*margin: 2.4em;*/
margin-left: 3%;
border-radius: 2%;
background: linear-gradient(to right, #424242, #616161);
}

.bug-btn:hover {
background: linear-gradient(to right, #242323, #838282);
color: #f1f1f1;
text-decoration: none;
}

.bug-btn-wrapper {
margin: 3rem;
}

.pl-editor {
margin-bottom: 100px;
}
Expand Down
3 changes: 3 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ <h4><b>By entering co-ordinates :</b></h4>
</div>
<!-- end multi module -->
</div>
<div class="bug-btn-wrapper">
<a href="https://publiclab.org/post?n=23853" class="bug-btn" target="_blank">Found an issue with the editor? Report a bug.</a>
</div>

<div class="ple-footer">
<div class="ple-menu-more" style="display:none;">
Expand Down

0 comments on commit 1a5fe70

Please sign in to comment.