Skip to content

Commit

Permalink
Publish 2024-10-19
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Oct 19, 2024
1 parent eb3e953 commit bd42fe5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion elements/mobile-top-short.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const htmlText = `
supports browser<br>
add-ons on <i class="android-icon"></i> <strong>Android</strong>
<div class="badge-wrapper">
<a class="badge-link" href="${edgeURL}" target="_blank" rel="noopener" data-s="drand-top-short">
<a class="badge-link badge-link--android" href="${edgeURL}" target="_blank" rel="noopener" data-s="drand-top-short">
<img src="/images/google-play-badge.svg">
</a>
</div>
Expand Down Expand Up @@ -152,6 +152,9 @@ const cssText = `
width: 11rem;
z-index: 1;
}
.badge-link--android {
border-radius: 0.4rem;
}
.badge-link img {
display: inline-block;
width: 100%;
Expand Down

0 comments on commit bd42fe5

Please sign in to comment.