patx/gitman

add margin bottom to search results on index.tpl for better viewing across devices

Commit ab7a6d3 · patx · 2026-05-05T17:22:19-04:00

Changeset
ab7a6d33da650dee20e667bc8a6960d90467e98e
Parents
28d6b1d2e5634180bbb3eb575fe746869d387253

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/templates/index.tpl b/templates/index.tpl
index f8d50e0..bd7657b 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -25,7 +25,7 @@
                   aria-expanded="false"
                   aria-controls="repo-search-results"
                 >
-                <div id="repo-search-results" class="repo-search-menu" role="listbox" data-repo-search-results hidden>
+                <div id="repo-search-results" style="margin-bottom:10px;" class="repo-search-menu" role="listbox" data-repo-search-results hidden>
                   <p class="repo-search-empty" data-repo-search-empty hidden>No repositories found.</p>
                 </div>
               </div>