From 500ccff5787954112cc6e7861ea06fb83a38ca84 Mon Sep 17 00:00:00 2001 From: Jacob Brazeal Date: Wed, 15 Jan 2025 20:23:46 -0800 Subject: [PATCH 1/5] Adjust direction of dropdowns at the bottom of the page --- media/commitfest/css/commitfest.css | 5 ++++- pgcommitfest/commitfest/templates/patch.html | 2 ++ pgcommitfest/commitfest/templates/patch_commands.inc | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/media/commitfest/css/commitfest.css b/media/commitfest/css/commitfest.css index 9189b9a3..5a8c855b 100644 --- a/media/commitfest/css/commitfest.css +++ b/media/commitfest/css/commitfest.css @@ -37,7 +37,10 @@ div.form-group div.controls input.threadpick-input { display: inline; } - +.dropdown-menu--up { + top: initial; + bottom: 100%; +} /* * Attach thread dialog diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index db74b81a..35e894ca 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -183,7 +183,9 @@

Annotations

+{% with dropdown_mode="dropdown-menu--up" %} {%include "patch_commands.inc"%} +{% endwith %} {%comment%}commit dialog{%endcomment%}