patx/gitman

fix repo search results to one line

Commit d3571c2 · patx · 2026-05-05T17:04:00-04:00

Changeset
d3571c2d177d1c5706e14a610b5e7f11286c8d89
Parents
b6343956f26e84e300c5f911fd2a2f34bdcd19a5

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/static/styles.css b/static/styles.css
index c6a4e49..93c6d85 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -115,7 +115,8 @@ button, .button {
 .panel-heading > .repo-search { margin-left: auto; }
 .hero-actions .repo-search-menu { left: 0; right: auto; }
 .repo-search-menu {
-  display: grid;
+  display: flex;
+  flex-direction: column;
   gap: .05rem;
   position: absolute;
   right: 0;
diff --git a/templates/index.tpl b/templates/index.tpl
index a438ccc..f8d50e0 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -18,7 +18,7 @@
                   style="width:350px;"
                   class="repo-search-input"
                   type="search"
-                  placeholder="Search repositories"
+                  placeholder="Search all repositories"
                   autocomplete="off"
                   data-repo-search-input
                   aria-haspopup="listbox"