]> git.openstreetmap.org Git - rails.git/commitdiff
Increase font size in search form
authorAnton Khorev <tony29@yandex.ru>
Sat, 1 Jun 2024 04:28:00 +0000 (07:28 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 1 Jun 2024 05:19:31 +0000 (08:19 +0300)
app/views/layouts/_search.html.erb

index ab37f87b565504de4efe96249eaf6bfb2af9e244..c0edf92d00a53cf4d15c794d4d74625fdd9d020b 100644 (file)
@@ -3,12 +3,12 @@
     <div class="row gx-2 mx-0">
       <div class="col">
         <div class="input-group flex-nowrap">
-          <%= text_field_tag "query", params[:query], :placeholder => t("site.search.search"), :autofocus => autofocus, :autocomplete => "on", :class => "form-control form-control-sm z-0", :dir => "auto" %>
+          <%= text_field_tag "query", params[:query], :placeholder => t("site.search.search"), :autofocus => autofocus, :autocomplete => "on", :class => "form-control z-0 py-1 px-2", :dir => "auto" %>
           <div class="input-group-text border-start-0 p-0 position-relative">
-            <%= button_tag t("site.search.where_am_i"), :type => "button", :class => "describe_location position-absolute end-0 me-1 btn btn-sm btn-outline-primary border-0 bg-transparent text-primary link-body-emphasis link-opacity-100-hover", :title => t("site.search.where_am_i_title") %>
+            <%= button_tag t("site.search.where_am_i"), :type => "button", :class => "describe_location position-absolute end-0 top-0 bottom-0 m-1 btn btn-outline-primary border-0 p-1 bg-transparent text-primary link-body-emphasis link-opacity-100-hover", :title => t("site.search.where_am_i_title") %>
           </div>
-          <%= button_tag :class => "btn btn-sm btn-primary p-1", :title => t("site.search.submit_text") do %>
-            <svg width="24" height="20" class="align-bottom">
+          <%= button_tag :class => "btn btn-primary p-1", :title => t("site.search.submit_text") do %>
+            <svg width="24" height="20">
               <circle cx="13" cy="7" r="6.5" fill="#fff8" stroke="#fff" />
               <path d="M9.75 12.629 A6.5 6.5 0 0 1 7.371 10.25" fill="none" stroke="#fff" stroke-width="1.5" />
               <line x1="1" y1="19" x2="1.5" y2="18.5" stroke="#fff8" stroke-width="2" />
@@ -20,8 +20,8 @@
         </div>
       </div>
       <div class="col-auto">
-        <%= link_to directions_path, :class => "btn btn-sm btn-primary px-1 switch_link", :title => t("site.search.get_directions_title") do %>
-          <svg width="28" height="20" class="align-bottom">
+        <%= link_to directions_path, :class => "btn btn-primary p-1 switch_link", :title => t("site.search.get_directions_title") do %>
+          <svg width="28" height="24" viewBox="0 -2 28 24" class="align-bottom">
             <path d="M11.5 9.5 v-3h3v-1l-5 -5l-5 5v1h3v6" fill="none" stroke="#fff8" />
             <path d="M7.5 19.5h4v-5a1 1 0 0 1 1 -1h5v3h1l5 -5l-5 -5h-1v3h-6a4 4 0 0 0 -4 4z" fill="#fff8" stroke="#fff" />
           </svg>