Slightly better search bar experience on mobile

This commit is contained in:
Vamsi Krishna B 2023-07-08 12:04:00 +05:30
parent 02dcdaa524
commit d0f66f7d38
1 changed files with 10 additions and 7 deletions

View File

@ -10,13 +10,16 @@
</div> </div>
</a> </a>
<a href="/"> <a href="/">
<div class="shrink-0 px-1 text-white dark:text-white">
<%= if @zcash_network == "testnet" do %> <%= if @zcash_network == "testnet" do %>
Zcash Testnet Block Explorer <div class="shrink-0 px-1 text-white dark:text-white md:block lg:block xl:block 2xl:block hidden ">
<% else %> Zcash Testnet Block Explorer
Zcash Block Explorer </div>
<% end %> <% else %>
</div> <div class="shrink-0 px-1 text-white dark:text-white md:block lg:block xl:block 2xl:block hidden ">
Zcash Block Explorer
</div>
<% end %>
</a> </a>
</div> </div>
<!-- Search section --> <!-- Search section -->