Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
d26f01d5d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">