Skip to content

Commit

Permalink
Expand tap target size for page attachment close button
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbsteinberg committed Oct 3, 2019
1 parent 9532ad3 commit 6577630
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@

.i-amphtml-story-page-attachment-close-button {
display: block !important;
margin: 8px !important;
padding: 8px !important;
height: 24px !important;
width: 24px !important;
background-origin: content-box !important;
background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 36 36" fill="rgba(0, 0, 0, 0.54)"><path d="M28.5 9.62L26.38 7.5 18 15.88 9.62 7.5 7.5 9.62 15.88 18 7.5 26.38l2.12 2.12L18 20.12l8.38 8.38 2.12-2.12L20.12 18z"/><path d="M0 0h36v36H0z" fill="none"/></svg>') !important;
background-repeat: no-repeat !important;
color: rgba(0, 0, 0, 0.87) !important;
Expand Down

0 comments on commit 6577630

Please sign in to comment.