From d0f66f7d3871d5aebbc1be09fe23f92a6388a64d Mon Sep 17 00:00:00 2001 From: Vamsi Krishna B Date: Sat, 8 Jul 2023 12:04:00 +0530 Subject: [PATCH] Slightly better search bar experience on mobile --- .../templates/layout/header.html.heex | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/lib/zcash_explorer_web/templates/layout/header.html.heex b/lib/zcash_explorer_web/templates/layout/header.html.heex index a242468..0d7b8b5 100644 --- a/lib/zcash_explorer_web/templates/layout/header.html.heex +++ b/lib/zcash_explorer_web/templates/layout/header.html.heex @@ -10,13 +10,16 @@ -
- <%= if @zcash_network == "testnet" do %> - Zcash Testnet Block Explorer - <% else %> - Zcash Block Explorer - <% end %> -
+ +<%= if @zcash_network == "testnet" do %> + +<% else %> + +<% end %>