Skip to content

Commit

Permalink
refactor: hidden save and share text in the device with max width 639px
Browse files Browse the repository at this point in the history
  • Loading branch information
rzashakeri committed Jul 4, 2022
1 parent c8a9674 commit af13aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion post/templates/post/components/save_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<path stroke-linecap="round" stroke-linejoin="round"
d="M5 5a2 2 0 012-2h10a2 2 0 012 2v16l-7-3.5L5 21V5z"></path>
</svg>
<span>Save</span>
<span class="max-sm:hidden">Save</span>
</div>
2 changes: 1 addition & 1 deletion post/templates/post/components/share_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<path stroke-linecap="round" stroke-linejoin="round"
d="M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 110-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 105.367-2.684 3 3 0 00-5.367 2.684zm0 9.316a3 3 0 105.368 2.684 3 3 0 00-5.368-2.684z"></path>
</svg>
<span>Share</span>
<span class="max-sm:hidden">Share</span>
</div>

0 comments on commit af13aa6

Please sign in to comment.