aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_covid19/templates/fulltext_search.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-04-02 17:37:35 -0700
committerBryan Newbold <bnewbold@archive.org>2020-04-02 17:37:35 -0700
commit87f40d0f8d15f16020964773e75d35ea22da049f (patch)
treebb1bae721bc9249bea7a4f994201c0ef0b730962 /fatcat_covid19/templates/fulltext_search.html
parent7c5d51190cb8e58dea6231b48dc942fb35ef54a9 (diff)
downloadfatcat-covid19-87f40d0f8d15f16020964773e75d35ea22da049f.tar.gz
fatcat-covid19-87f40d0f8d15f16020964773e75d35ea22da049f.zip
basic fulltext search highlighting
Diffstat (limited to 'fatcat_covid19/templates/fulltext_search.html')
-rw-r--r--fatcat_covid19/templates/fulltext_search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat_covid19/templates/fulltext_search.html b/fatcat_covid19/templates/fulltext_search.html
index f1f2c6b..d2a8e4c 100644
--- a/fatcat_covid19/templates/fulltext_search.html
+++ b/fatcat_covid19/templates/fulltext_search.html
@@ -38,8 +38,8 @@
<div class="ui container text" style="padding: 1em;">
{{ entity_macros.top_results(found) }}
</div>
- <div class="ui container">
- <div class="ui centered grid">
+ <div class="ui container" style="max-width: 950px !important;">
+ <div class="ui centered stackable grid">
{% for paper in found.results %}
{{ entity_macros.fulltext_search_result_row(paper) }}
{% endfor %}