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
Comments
No comments yet.
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);