Skip to content

Commit

Permalink
Remove embed button
Browse files Browse the repository at this point in the history
  • Loading branch information
pjosh committed Jul 20, 2017
1 parent 8cdd409 commit a34c03f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/javascripts/templates/share.handlebars
Expand Up @@ -13,7 +13,6 @@
<input class='field copy-input' type='text' id='share_field' value="" readonly />
<button class="btn gray uppercase copy_url" data-type="embed">Copy</button>
<ul class="button-container">
<li><button class="change-type btn gray uppercase" data-type="embed">Embed</button></li>
<li><button class="change-type btn green uppercase" data-type="link">Link</button></li>
</ul>
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/modules/_modal.scss
Expand Up @@ -744,7 +744,7 @@ $height: auto;
justify-content: space-between;

li{
width: 48%;
width: 100%;
.btn{
width: 100%;
}
Expand Down

0 comments on commit a34c03f

Please sign in to comment.