Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions examples/sites/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ strong {

/* Algolia 搜索 */

/** 大屏幕时,有副标题的占位,所以向后移除 */
@media screen and (min-width: 1150px){
.search-box{
left: 340px!important;
}
}

.search-box {
position: absolute;
z-index: 1000;
Expand Down