Browse Source

feat(frontend): amend small style nit in search form

Miguel Ángel Moreno 1 year ago
parent
commit
355f1ded0f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/frontend/tubo/components/navigation.cljs

+ 1 - 0
src/frontend/tubo/components/navigation.cljs

@@ -38,6 +38,7 @@
            [:i.fa-solid.fa-arrow-left]]
           [:input.bg-transparent.border-none.py-2.pr-6.mx-2.focus:ring-transparent.placeholder-white.sm:w-96.w-full
            {:type          "text"
+            :style         {:paddingLeft 0}
             :ref           #(do (reset! !input %)
                                 (when %
                                   (.focus %)))