Skip to content

Commit 04a15b1

Browse files
committed
instantsearch.html: Pagination style
1 parent 851bc4a commit 04a15b1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

theme/instantsearch.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
.md-typeset ol.ais-Hits-list li.ais-Hits-item {
27-
padding: 5px 0;
27+
padding: 5px 0 10px;
2828
width: auto;
2929
margin: 0;
3030
border: 1px solid grey;
@@ -91,7 +91,16 @@
9191

9292
.ais-Pagination-link {
9393
border: none;
94-
font-size: small;
94+
font-size: 14px;
95+
line-height: 20px;
96+
}
97+
98+
.ais-Pagination-item--firstPage .ais-Pagination-link,
99+
.ais-Pagination-item--previousPage .ais-Pagination-link,
100+
.ais-Pagination-item--nextPage .ais-Pagination-link,
101+
.ais-Pagination-item--lastPage .ais-Pagination-link
102+
{
103+
font-size: 20px;
95104
}
96105
</style>
97106
{% endblock %}

0 commit comments

Comments
 (0)