patx/gitman
fix repo search results to one line
Commit d3571c2 · patx · 2026-05-05T17:04:00-04:00
Comments
No comments yet.
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"