Skip to content

Commit c304b81

Browse files
authored
Merge pull request #429 from vim-jp/fix/google-search-height
fix(css): update google search height
2 parents 5885682 + b0c50aa commit c304b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ div.links > div > h2 {
213213

214214
#VimdocJaSearch {
215215
display: block;
216-
height: 28px;
216+
height: 68px;
217217
}
218218
#VimdocJaSearch .gsc-control-cse {
219219
margin: 0;

0 commit comments

Comments
 (0)