patx/gitman

• Increased the dropdown offset in static/styles.css so there’s more space between the search bar and the first result.

Commit 28d6b1d · patx · 2026-05-05T17:16:05-04:00

Changeset
28d6b1d2e5634180bbb3eb575fe746869d387253
Parents
257152c25857879b818bfa71caa3d698a7470445

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 d7ac7f4..e0c7a33 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -120,7 +120,7 @@ button, .button {
   gap: .2rem;
   position: absolute;
   right: 0;
-  top: calc(100% + .55rem);
+  top: calc(100% + .9rem);
   z-index: 25;
   width: 20rem;
   max-width: calc(100vw - 2rem);