diff --git a/apps/block_scout_web/assets/css/components/_navbar.scss b/apps/block_scout_web/assets/css/components/_navbar.scss index 422c095154..56493397ba 100644 --- a/apps/block_scout_web/assets/css/components/_navbar.scss +++ b/apps/block_scout_web/assets/css/components/_navbar.scss @@ -34,9 +34,10 @@ background: transparent; width: auto; font-size: 12px; - border-left: none; + border-right: none; color: $white; border-color: transparentize($white, 0.30); + padding-right: 0px; &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ @@ -57,16 +58,20 @@ } @include media-breakpoint-up(xl) { - width: calc(43ch + #{$input-padding-x * 2}); + width: calc(41ch + #{$input-padding-x}); } } .navbar .input-group-text { background: none; - border-right: none; + border-left: none; border-color: transparentize($white, 0.30); } +.input-group-append { + margin-left: 0px; +} + .fa-search { color: $white; } diff --git a/apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex index 4ca09fec1c..638bc3fc89 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex @@ -26,10 +26,10 @@ <%= form_for @conn, chain_path(@conn, :search), [class: "form-inline my-2 my-lg-0", method: :get, enforce_utf8: false], fn f -> %>