aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/gnqa.html
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-03-27 12:14:59 +0300
committerBonfaceKilz2024-03-27 17:59:06 +0300
commit505899f424c043d05de31188a1ef145fc03a1a6c (patch)
tree99c5bcfef72a20d1efe21c4d593ff6ea2022842e /gn2/wqflask/templates/gnqa.html
parent04e1e23e76182d9a08de8817ef0771ad2e396655 (diff)
downloadgenenetwork2-505899f424c043d05de31188a1ef145fc03a1a6c.tar.gz
Clean up gnqa answer page.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com>
Diffstat (limited to 'gn2/wqflask/templates/gnqa.html')
-rw-r--r--gn2/wqflask/templates/gnqa.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html
index 1c373289..1b08deb2 100644
--- a/gn2/wqflask/templates/gnqa.html
+++ b/gn2/wqflask/templates/gnqa.html
@@ -56,7 +56,9 @@
#gnqna_search_home {
field-sizing: normal;
}
-
+ .answers {
+ width: 75%;
+ }
</style>
{% endblock %}
@@ -103,6 +105,7 @@
</h1>
</header>
<form class="col-sm-12" id="gnqna_search_home"
+ hx-history="true"
hx-post="/gnqna"
hx-target=".gnqa-copy"
hx-swap="outerHTML"