1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Fix responsive design of search hints

This commit is contained in:
Cotes Chung 2022-01-07 02:37:43 +08:00
parent 837d0778b6
commit f2a2792405

View File

@ -1335,6 +1335,10 @@ $sidebar-display: "sidebar-display";
min-width: 150px;
}
#search-hints {
display: none;
}
#search-result-wrapper {
margin-top: 3rem;
}
@ -1492,10 +1496,6 @@ $sidebar-display: "sidebar-display";
}
}
#search-hints {
display: none;
}
.post-content {
font-size: 1.03rem;
}