diff --git a/_includes/layout/base/wallets-list.html b/_includes/layout/base/wallets-list.html index d48430c1..350b2689 100644 --- a/_includes/layout/base/wallets-list.html +++ b/_includes/layout/base/wallets-list.html @@ -8,8 +8,8 @@ http://opensource.org/licenses/MIT. {% assign platform = page.platform['name'] %} {% assign os = page.os['name'] %} {% if wallet.compat contains platform and wallet.compat contains os %} -
- +
+ {{ wallet.title }} {{ wallet.titleshort }} @@ -17,3 +17,7 @@ http://opensource.org/licenses/MIT. {% endif %} {% endfor %}
+ + diff --git a/_includes/layout/base/wallets-menu.html b/_includes/layout/base/wallets-menu.html index 89603f4f..57f1745f 100644 --- a/_includes/layout/base/wallets-menu.html +++ b/_includes/layout/base/wallets-menu.html @@ -26,7 +26,12 @@ http://opensource.org/licenses/MIT. {% assign platformClass = platformClass | append: " active" %} {% endif %}
  • - {% translate walletcat{{platformName}} choose-your-wallet %} + {% if platformName == 'hardware' or platformName == 'web' %} + {% assign platformHref = "/" | append: page.lang | append: "/wallets/" | append: platformName | append: "/" | append: platformName | append: "/" %} + {% else %} + {% assign platformHref = "#" %} + {% endif %} + {% translate walletcat{{platformName}} choose-your-wallet %} {% if platform.items.size > 1 %}
  • {% if os.link == 'bitcoincore' %} diff --git a/_sass/_wallets.scss b/_sass/_wallets.scss index 48b6dadc..b45a8309 100644 --- a/_sass/_wallets.scss +++ b/_sass/_wallets.scss @@ -387,6 +387,7 @@ $scores: .hover { .wallet-os-check-details { + z-index: 100; display: block; border: 2px solid; border-radius: 4px;