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>
</a>
<a href="/">
<div class="shrink-0 px-1 text-white dark:text-white">
<%= if @zcash_network == "testnet" do %>
Zcash Testnet Block Explorer
<% else %>
Zcash Block Explorer
<% end %>
</div>
<%= if @zcash_network == "testnet" do %>
<div class="shrink-0 px-1 text-white dark:text-white md:block lg:block xl:block 2xl:block hidden ">
Zcash Testnet Block Explorer
</div>
<% else %>
<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>
</div>
<!-- Search section -->