소스 검색

feat: improve style of publication search box (#2533)

Added `form-control form-control-sm` to the search box so that it has the same appearance as the selectors
Li Yao 3 년 전
부모
커밋
d26f01d5d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wowchemy/layouts/section/publication.html

+ 1 - 1
wowchemy/layouts/section/publication.html

@@ -18,7 +18,7 @@
 
       <div class="form-row mb-4">
         <div class="col-auto">
-          <input type="search" class="filter-search" placeholder="{{ i18n "search_placeholder" }}" autocapitalize="off"
+          <input type="search" class="filter-search form-control form-control-sm" placeholder="{{ i18n "search_placeholder" }}" autocapitalize="off"
           autocomplete="off" autocorrect="off" role="textbox" spellcheck="false">
         </div>
         <div class="col-auto">