Skip to content

Commit

Permalink
検索窓が長すぎたので調整
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatsu47 committed Dec 20, 2021
1 parent b0956d4 commit 99321a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/search/_index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "検索"
draft: false
---
<input id = "query" onkeyup="search(this.value)" size="30" autocomplete="off" autofocus placeholder="検索キーワードを入れてください" />
<input id = "query" onkeyup="search(this.value)" size="25" autocomplete="off" autofocus placeholder="キーワードを入れてください" />

<script>
// 検索
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1 class="text-white mb-3">{{ .Site.Params.banner.title | markdownify }}</h1>
<p class="text-white mb-4">{{ .Site.Params.banner.subtitle | markdownify }}</p>
<div class="position-relative">
<form>
<input id="searchKeyword" type="search" size="30" style="margin-top: 16px;">
<input id="searchKeyword" type="search" size="25" style="margin-top: 16px;">
<input id="searchButton" type="submit" value="検索">
</form>

Expand Down

0 comments on commit 99321a5

Please sign in to comment.