diff options
author | dan <dan.abramov@gmail.com> | 2024-02-09 20:00:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 12:00:21 -0800 |
commit | ad8f9e560d7f320d1b7db5b816b17db825b86ce7 (patch) | |
tree | 629b0c69cc38fa0437b28a52dea54512ff960427 /assets | |
parent | 7f4dbe9454d4ebc2e836777c9b28fe04943d18f3 (diff) | |
download | voidsky-ad8f9e560d7f320d1b7db5b816b17db825b86ce7.tar.zst |
Always show post dropdown button at the bottom of the post, add share button to highlighted post (#2646)
* Always show post dropdown at the bottom * Rm useless view (no longer needed) * space icons evenly in big, add equal padding * add share icon * add onShare * confirmed figma noob. figured it out. * use our svg naming strat * Update icon --------- Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/arrowOutOfBox_stroke2_corner0_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/arrowOutOfBox_stroke2_corner0_rounded.svg b/assets/icons/arrowOutOfBox_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..2312ccd55 --- /dev/null +++ b/assets/icons/arrowOutOfBox_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M12.707 3.293a1 1 0 0 0-1.414 0l-4.5 4.5a1 1 0 0 0 1.414 1.414L11 6.414v8.836a1 1 0 1 0 2 0V6.414l2.793 2.793a1 1 0 1 0 1.414-1.414l-4.5-4.5ZM5 12.75a1 1 0 1 0-2 0V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-7.25a1 1 0 1 0-2 0V19H5v-6.25Z" clip-rule="evenodd"/></svg> |