Skip to content

Commit

Permalink
fix: mobile ui
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Sep 5, 2024
1 parent 73fd0ae commit db561f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/egazette-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h5 class="margin--bottom--sm subtitle-1">Year</h5>
<div class="is-flex row">
<div class="col is-9">
<div id="stats"></div>
<div id="current-refinements"></div>
<div id="current-refinements" style="display:none"></div>
<div id="clear-refinements"></div>
</div>
<div id="sorted-by" class="col">
Expand Down
3 changes: 3 additions & 0 deletions assets/css/algolia.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
}

/* General styling for the pagination container */
.ais-Pagination {
overflow: hidden;
}
.ais-Pagination-list {
display: flex;
list-style-type: none;
Expand Down
1 change: 1 addition & 0 deletions assets/js/algolia-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ search.addWidgets([
container: "#pagination",
showFirst: true,
showLast: true,
padding: 2
}),
]);
search.addWidget(
Expand Down

0 comments on commit db561f8

Please sign in to comment.