Skip to content

Commit 41399fc

Browse files
Revert "Fixes the search box overlapping with content when first shown (#666)" (#667)
This reverts commit 7f82a19.
1 parent 7f82a19 commit 41399fc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/theme/book.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,6 @@ mark.fade-out {
14171417
margin-left: auto;
14181418
margin-right: auto;
14191419
max-width: 750px;
1420-
display: block;
14211420
}
14221421
#searchbar {
14231422
width: 100%;

src/theme/stylus/searchbar.styl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ mark.fade-out {
2121
margin-left: auto;
2222
margin-right: auto;
2323
max-width: $content-max-width;
24-
display: block;
2524
}
2625

2726
#searchbar {
@@ -65,4 +64,3 @@ ul#searchresults {
6564
font-style: normal;
6665
}
6766
}
68-

0 commit comments

Comments
 (0)