Przeglądaj źródła

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 lat temu
rodzic
commit
d26f01d5d6
1 zmienionych plików z 1 dodań i 1 usunięć
  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">