repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
8c06562
parent
e0aba61
author
Eric Bower
date
2023-01-18 20:56:41 +0000 UTC
chore: tweaks to tagline
2 files changed,  +4, -6
M src/scripts/static.ts
+3, -2
 1@@ -318,8 +318,9 @@ const createSearchPage = (data: PluginData, by: keyof Plugin) => {
 2       ${createIcon("x-circle")}
 3     </span>
 4   </div>
 5-  <div class="desc">
 6-    Search through our curated list of neovim plugins
 7+  <div class="tagline">
 8+    <span>Search through our curated list of neovim plugins. </span>
 9+    <span><a href="https://github.com/neurosnap/neovimcraft#want-to-submit-a-plugin">Submit a plugin</a></span>
10   </div>
11 
12   <div class="sidebar">
M static/main.css
+1, -4
 1@@ -133,12 +133,9 @@ img {
 2 }
 3 
 4 /* index */
 5-.desc {
 6-  margin-bottom: 5px;
 7+.tagline {
 8   grid-row: 1;
 9   grid-column: 1;
10-  align-items: center;
11-  display: flex;
12 }
13 
14 .search_view {