Skip to content

Commit

Permalink
Improve responsive for node listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel authored and Samuel committed Jun 2, 2022
1 parent cbbac99 commit 46ae7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic_web/templates/node/list.html.leex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<p class="heading">First public key</p>
<%= link to: Routes.live_path(@socket, ArchethicWeb.NodeDetailsLive, Base.encode16(node.last_public_key)) do%>
<span class="is-hidden-mobile"><%= Base.encode16(:binary.part(node.first_public_key, 0, 30)) %>...</span>
<span class="is-hidden-touch"><%= Base.encode16(:binary.part(node.first_public_key, 0, 13)) %>...</span>
<span class="is-hidden-tablet"><%= Base.encode16(:binary.part(node.first_public_key, 0, 10)) %>...</span>
<% end %>
</div>
</div>
Expand Down

0 comments on commit 46ae7b6

Please sign in to comment.