diff options
author | Eric Bailey <git@esb.lol> | 2024-03-12 13:50:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 13:50:53 -0500 |
commit | c9d821c5725f491f5ff4ac240b50e4dd325c9f49 (patch) | |
tree | 3ae6dee5c79dd84515524a593944f378752a32c6 /assets | |
parent | 812329919266924c1ea488669dc38aa106b79d71 (diff) | |
download | voidsky-c9d821c5725f491f5ff4ac240b50e4dd325c9f49.tar.zst |
Combine actions, convert to new menu (#3174)
* Combine actions, convert to new menu * remove about tab and move content to header * Tweak alignment * fix missing rkey * hog the like button * Add a little more whitespace * Improve a11y * Yeah toast * Update usage * Pin to Home --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/dotGrid1x3Horizontal_stroke2_corner2_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/dotGrid1x3Horizontal_stroke2_corner2_rounded.svg b/assets/icons/dotGrid1x3Horizontal_stroke2_corner2_rounded.svg new file mode 100644 index 000000000..c3b456b10 --- /dev/null +++ b/assets/icons/dotGrid1x3Horizontal_stroke2_corner2_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="M2 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm16 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-6-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" clip-rule="evenodd"/></svg> |