We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3e953 commit bd42fe5Copy full SHA for bd42fe5
elements/mobile-top-short.js
@@ -38,7 +38,7 @@ const htmlText = `
38
supports browser<br>
39
add-ons on <i class="android-icon"></i> <strong>Android</strong>
40
<div class="badge-wrapper">
41
- <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">
42
<img src="/images/google-play-badge.svg">
43
</a>
44
</div>
@@ -152,6 +152,9 @@ const cssText = `
152
width: 11rem;
153
z-index: 1;
154
}
155
+.badge-link--android {
156
+ border-radius: 0.4rem;
157
+}
158
.badge-link img {
159
display: inline-block;
160
width: 100%;
0 commit comments