Browse Source

Fix connect wallet link margin (#305)

electrum-clarify-wait
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
5c8d54c7b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/AuthenticatedVerticalNavbar.vue

2
src/components/AuthenticatedVerticalNavbar.vue

@ -86,7 +86,7 @@
Lightning
</b-nav-item>
<b-nav-item to="/connect" class="mt-1 mb-2" exact-active-class="active">
<b-nav-item to="/connect" class="my-1" exact-active-class="active">
<svg class="mr-2" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.7612 7.90741L12.2719 9.3967C14.4938 9.67647 15.4074 12.4032 13.8439 13.9668L9.32368 18.487C8.27314 19.5375 6.56342 19.5375 5.51289 18.487C4.45982 17.4332 4.4595 15.7296 5.51289 14.6762L6.70222 13.4865C6.48383 12.7691 6.41454 11.8821 6.55573 11.0185L4.33223 13.242C2.55667 15.0176 2.5553 17.8921 4.33188 19.6679C6.10689 21.4437 8.98232 21.4442 10.7578 19.6679C16.3168 14.1097 14.7596 15.6666 15.2069 15.2175C17.4029 12.9373 16.6389 9.16882 13.7612 7.90741Z" fill="#C3C6D1"/>
<path d="M19.671 10.7545C21.4428 8.98305 21.4425 6.10038 19.671 4.32857C17.8994 2.55772 15.0173 2.55673 13.2454 4.32857C8.69557 8.87842 8.79636 8.77935 8.79636 8.77935C6.57326 11.0882 7.39412 14.8399 10.2414 16.0891H10.2417L11.6047 14.7261H11.6044C9.38203 14.4447 8.47352 11.7238 10.0266 10.1622C10.0266 10.1622 12.6039 7.58502 14.5526 5.63579C15.6041 4.58433 17.3083 4.58064 18.3634 5.63579C19.4143 6.68668 19.4143 8.39604 18.3634 9.4469L17.301 10.5093C17.5528 11.4313 17.5773 12.1869 17.4482 12.9773L19.671 10.7545Z" fill="#C3C6D1"/>

Loading…
Cancel
Save