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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user