1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

A super huge improvement in search.

- Added a cleanup button within input form.
- Optimized TopBar responsive effect(for search layout).
- Redesign the search results layout.
This commit is contained in:
Cotes Chung
2019-12-31 23:17:27 +08:00
parent 83526cd67e
commit 3248343c22
21 changed files with 452 additions and 247 deletions

View File

@@ -14,7 +14,7 @@ layout: compress
<div id="sidebar" class="d-flex flex-column">
{% include sidebar.html %}
</div>
<div id="main-wrap" class="bg-white">
<div id="main-wrapper" class="bg-white">
{% include topbar.html %}
<div id="main">
@@ -40,7 +40,7 @@ layout: compress
{% include google-analytics.html %}
{% endif %}
{% include search.html %}
{% include search-loader.html %}
</body>